I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Bug #2200

No "Create new repository" button

Added by Andriy Lesyuk over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Major
Assignee:
Target version:
Start date:
29 Jul 2013
Due date:
29 Jul 2013
% Done:

100%

Redmine version:
1.0.x
External issue:

Description

UI loading ends with 500 error and the message in logs:

ActionView::TemplateError (string not matched) on line #24 of vendor/plugins/redmine_scm/app/views/projects/settings/_repository.html.erb:
21: <% button_disabled = @repository.class.respond_to?(:scm_available) ? true : @repository.nil? %>
22: <% if @repository %>
23: <%   button_disabled = ! @repository.class.scm_available if @repository.class.respond_to?(:scm_available) %>
24: <%=    repository_field_tags(f, @repository)%>
25: <% end %>
26: </div>

Due to this error I can’t use my own plugin on my own site (this one)...

History

#1 Updated by Andriy Lesyuk over 10 years ago

  • Due date set to 29 Jul 2013
  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF

Terms of use | Privacy policy