Actualizar plugin Additionals a 3.0.0
This commit is contained in:
parent
3d976f1b3b
commit
a26f5567af
399 changed files with 70374 additions and 4093 deletions
|
@ -1,10 +1,12 @@
|
|||
Deface::Override.new virtual_path: 'users/show',
|
||||
name: 'user-show-info-hook',
|
||||
insert_top: 'div.splitcontentleft ul:first-child',
|
||||
original: 'aff8d775275e3f33cc45d72b8e2896144be4beff',
|
||||
partial: 'hooks/view_users_show'
|
||||
Deface::Override.new virtual_path: 'users/show',
|
||||
name: 'user-contextual-hook',
|
||||
insert_bottom: 'div.contextual',
|
||||
original: '9d6a7ad6ba0addc68c6b4f6c3b868511bc8eb542',
|
||||
partial: 'hooks/view_users_contextual'
|
||||
unless Redmine::Plugin.installed? 'redmine_hrm'
|
||||
Deface::Override.new virtual_path: 'users/show',
|
||||
name: 'user-show-info-hook',
|
||||
insert_top: 'div.splitcontentleft ul:first-child',
|
||||
original: '743d616ab7942bb6bc65bd00626b6a5143247a37',
|
||||
partial: 'hooks/view_users_show_info'
|
||||
Deface::Override.new virtual_path: 'users/show',
|
||||
name: 'user-contextual-hook',
|
||||
insert_bottom: 'div.contextual',
|
||||
original: '9d6a7ad6ba0addc68c6b4f6c3b868511bc8eb542',
|
||||
partial: 'hooks/view_users_show_contextual'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue