change location.

This commit is contained in:
2025-08-23 11:22:54 +08:00
parent 3c4e315c9f
commit a0d7f427c9
5 changed files with 45 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
class Hooks < Redmine::Hook::ViewListener
render_on :view_issues_show_description_bottom,
:partial => 'hooks/view_issues_show_description_bottom'
render_on :view_issues_context_menu_end,
:partial => 'hooks/view_issues_context_menu_end'
end