##// END OF EJS Templates
Fixed that custom values get saved when assigning custom values after changing to a tracker with different custom fields (#9737)....
Fixed that custom values get saved when assigning custom values after changing to a tracker with different custom fields (#9737). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8103 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7816:bb8e2beeac36
r7983:a63027e1755f
Show More
edit.html.erb
7 lines | 183 B | text/plain | TextLexer
<h2><%=l(:label_version)%></h2>
<% labelled_tabular_form_for @version do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>