0.0.3: change hook.
This commit is contained in:
@@ -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)基础功能
|
||||||
```
|
```
|
||||||
|
2
init.rb
2
init.rb
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user