Defect #22912 ยป 0001-preserve-from-parameter-when-selecting-new-activity-.patch
| app/views/activities/index.html.erb | ||
|---|---|---|
| 61 | 61 |
<p><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label></p> |
| 62 | 62 |
<% end %> |
| 63 | 63 |
<%= hidden_field_tag('user_id', params[:user_id]) unless params[:user_id].blank? %>
|
| 64 |
<%= hidden_field_tag('from', params[:from]) unless params[:from].blank? %>
|
|
| 64 | 65 |
<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => 'submit' %></p> |
| 65 | 66 |
<% end %> |
| 66 | 67 |
<% end %> |