0.0.3: change hook.

This commit is contained in:
2025-08-23 11:27:42 +08:00
parent a0d7f427c9
commit 458078252f
4 changed files with 5 additions and 4 deletions

View File

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