Defect #31552 » add-back-url-parameter.patch
app/views/common/_calendar.html.erb | ||
---|---|---|
1 | 1 |
<%= form_tag({}, :data => {:cm_url => issues_context_menu_path}) do -%> |
2 |
<%= hidden_field_tag 'back_url', url_for(:params => request.query_parameters), :id => nil %> |
|
2 | 3 |
<table class="cal"> |
3 | 4 |
<thead> |
4 | 5 |
<tr><th scope="col" title="<%= l(:label_week) %>" class="week-number"></th><% 7.times do |i| %><th scope="col"><%= day_name( (calendar.first_wday+i)%7 ) %></th><% end %></tr> |
app/views/gantts/show.html.erb | ||
---|---|---|
166 | 166 |
<%= content_tag(:div, "", :style => style, :class => "gantt_hdr") %> |
167 | 167 |
<%= content_tag(:div, :class => "gantt_subjects") do %> |
168 | 168 |
<%= form_tag({}, :data => {:cm_url => issues_context_menu_path}) do -%> |
169 |
<%= hidden_field_tag 'back_url', url_for(:params => request.query_parameters), :id => nil %> |
|
169 | 170 |
<%= @gantt.subjects.html_safe %> |
170 | 171 |
<% end %> |
171 | 172 |
<% end %> |
... | ... | |
343 | 344 |
<% end %> |
344 | 345 | |
345 | 346 |
<%= form_tag({}, :data => {:cm_url => issues_context_menu_path}) do -%> |
347 |
<%= hidden_field_tag 'back_url', url_for(:params => request.query_parameters), :id => nil %> |
|
346 | 348 |
<%= @gantt.lines.html_safe %> |
347 | 349 |
<% end %> |
348 | 350 |
- « Previous
- 1
- 2
- Next »