Actions
Maintenance #2771
closedAdd javascript tag with nonce value
Start date:
12/27/2024
Due date:
12/27/2024
% Done:
100%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
There is legacy inline javascript in the _view_custom_fields_form_upper_box.html.erb
partial which needs to be changed to use the javascript_tag
instead:
<%= javascript_tag nonce: true do -%>
-- code here --
<% end -%>
Actions