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

@@ -12,5 +12,6 @@ git clone https://git.licsber.site/ruby/open_explorer
## ChangeLog ## ChangeLog
``` ```
250823周六0.0.2位置改为上下文菜单之下 250823周六0.0.3修改按钮出现位置
250823周六0.0.1)基础功能
``` ```

View File

@@ -2,7 +2,7 @@ Redmine::Plugin.register :open_explorer do
name 'Open Explorer plugin' name 'Open Explorer plugin'
author 'licsber' author 'licsber'
description 'Open archive path using explorer.' description 'Open archive path using explorer.'
version '0.0.2' version '0.0.3'
url 'https://git.licsber.site/ruby/open_explorer' url 'https://git.licsber.site/ruby/open_explorer'
author_url 'https://licsber.site' author_url 'https://licsber.site'
end end

View File

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