renamed plugin with leading z to ensure the view hook gets called last.

This commit is contained in:
2026-03-06 19:16:41 -05:00
parent a51d6a3323
commit b297657763
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: :redmine_qbo_lineitems)
javascript_include_tag( 'nested_form_controller.js', plugin: :z_redmine_qbo_lineitems)
])
end