mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-17 14:38:13 +00:00
Merged r17032 to 3.4-stable (#27110).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17033 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
033fca8535
commit
255010a71f
@ -14,7 +14,7 @@
|
|||||||
:onchange => "updateIssueFrom('#{escape_javascript update_issue_form_path(@project, @issue)}', this)" %></p>
|
:onchange => "updateIssueFrom('#{escape_javascript update_issue_form_path(@project, @issue)}', this)" %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if @issue.safe_attribute? 'tracker_id' %>
|
<% if @issue.safe_attribute?('tracker_id') || (@issue.persisted? && @issue.tracker_id_changed?) %>
|
||||||
<p><%= f.select :tracker_id, trackers_options_for_select(@issue), {:required => true},
|
<p><%= f.select :tracker_id, trackers_options_for_select(@issue), {:required => true},
|
||||||
:onchange => "updateIssueFrom('#{escape_javascript update_issue_form_path(@project, @issue)}', this)" %></p>
|
:onchange => "updateIssueFrom('#{escape_javascript update_issue_form_path(@project, @issue)}', this)" %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user