No longer need leading z since using view hook view_issues_show_description_bottom

This commit is contained in:
2026-03-07 13:19:20 -05:00
parent 894741f60f
commit 5789fef3b6
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ module RedmineQboLineItems
# Load the javascript to support the autocomplete forms
def view_layouts_base_html_head(context = {})
safe_join([
javascript_include_tag( 'nested_form_controller.js', plugin: :z_redmine_qbo_lineitems)
javascript_include_tag( 'nested_form_controller.js', plugin: :redmine_qbo_lineitems)
])
end