Fixed the sidebar order in calendar module
Conflicts: vendor/built_in_modules/calendar_new/init.rb
This commit is contained in:
parent
57a64dc378
commit
8924d4f047
|
@ -31,13 +31,7 @@ module CalendarNew
|
||||||
|
|
||||||
context_link 'calendar.categories',
|
context_link 'calendar.categories',
|
||||||
:link_path=>"admin_module_app_categories_path(get_module_app)" ,
|
:link_path=>"admin_module_app_categories_path(get_module_app)" ,
|
||||||
:priority=>3,
|
:priority=>2,
|
||||||
:active_for_category => 'CalendarNew',
|
|
||||||
:available_for => [:manager]
|
|
||||||
|
|
||||||
context_link 'calendar.categories',
|
|
||||||
:link_path=>"admin_module_app_categories_path(get_module_app)" ,
|
|
||||||
:priority=>3,
|
|
||||||
:active_for_category => 'CalendarNew',
|
:active_for_category => 'CalendarNew',
|
||||||
:available_for => [:manager]
|
:available_for => [:manager]
|
||||||
context_link 'tags',
|
context_link 'tags',
|
||||||
|
@ -51,6 +45,11 @@ module CalendarNew
|
||||||
:priority=>6,
|
:priority=>6,
|
||||||
:available_for => [:manager]
|
:available_for => [:manager]
|
||||||
|
|
||||||
|
context_link 'calendar.color',
|
||||||
|
:link_path=>"panel_calendar_new_back_end_event_categories_path" ,
|
||||||
|
:priority=>3,
|
||||||
|
:active_for_tag => 'CalendarNew',
|
||||||
|
:available_for => [:manager]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Reference in New Issue