##// END OF EJS Templates
Issue subject is not updated when you select another issue on time entry form (#24041)....
Issue subject is not updated when you select another issue on time entry form (#24041). git-svn-id: http://svn.redmine.org/redmine/trunk@15951 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13116:c2e73160daa7
r15569:2544fe6e15d4
Show More
_new_modal.html.erb
9 lines | 401 B | text/plain | TextLexer
<h3 class="title"><%= l(:label_add_projects) %></h3>
<%= form_for :membership, :remote => true, :url => user_memberships_path(@principal), :method => :post do |f| %>
<%= render :partial => 'new_form' %>
<p class="buttons">
<%= submit_tag l(:button_add), :name => nil %>
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %>
</p>
<% end %>