Fixed the sidebar order in calendar module

Conflicts:
	vendor/built_in_modules/calendar_new/init.rb
This commit is contained in:
saurabhbhatia 2013-07-22 10:20:29 +08:00
parent 57a64dc378
commit 8924d4f047
1 changed files with 6 additions and 7 deletions

View File

@ -31,13 +31,7 @@ module CalendarNew
context_link 'calendar.categories',
:link_path=>"admin_module_app_categories_path(get_module_app)" ,
:priority=>3,
:active_for_category => 'CalendarNew',
:available_for => [:manager]
context_link 'calendar.categories',
:link_path=>"admin_module_app_categories_path(get_module_app)" ,
:priority=>3,
:priority=>2,
:active_for_category => 'CalendarNew',
:available_for => [:manager]
context_link 'tags',
@ -51,6 +45,11 @@ module CalendarNew
:priority=>6,
: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