Redmine 4.1.1
This commit is contained in:
parent
33e7b881a5
commit
3d976f1b3b
1593 changed files with 36180 additions and 19489 deletions
|
@ -1,4 +1,7 @@
|
|||
replaceIssueFormWith('<%= escape_javascript(render :partial => 'form') %>');
|
||||
<% if params[:form_update_triggered_by] == "issue_project_id" %>
|
||||
$("#watchers_form_container").html('<%= escape_javascript(render :partial => 'issues/watchers_form') %>');
|
||||
<% case params[:form_update_triggered_by] %>
|
||||
<% when "issue_project_id" %>
|
||||
$("#watchers_form_container").html('<%= escape_javascript(render :partial => 'issues/watchers_form') %>');
|
||||
<% when "issue_category_id" %>
|
||||
$('#issue_assigned_to_id').find('option').first().html('<%= escape_javascript(@issue.category.try(:assigned_to).try(:name)).presence || ' '.html_safe %>');
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue