|
|
|
@ -157,6 +157,11 @@ Redmine::MenuManager.map :admin_menu do |menu| |
|
|
|
|
icon: 'icon2 icon-custom-fields', |
|
|
|
|
html: { class: 'custom_fields' } |
|
|
|
|
|
|
|
|
|
menu.push :custom_actions, |
|
|
|
|
{ controller: '/custom_actions' }, |
|
|
|
|
caption: :'custom_actions.plural', |
|
|
|
|
icon: 'icon2 icon-custom-fields' |
|
|
|
|
|
|
|
|
|
menu.push :attribute_help_texts, |
|
|
|
|
{ controller: '/attribute_help_texts' }, |
|
|
|
|
caption: :'attribute_help_texts.label_plural', |
|
|
|
|