Bug #2200
No "Create new repository" button
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 11 years ago
- Due date set to 29 Jul 2013
- Status changed from Open to Closed
- % Done changed from 0 to 100