Fix approval link in side bar
This commit is contained in:
parent
08907aa8c1
commit
31ef12b3da
|
@ -112,7 +112,7 @@ module OrbitApp
|
||||||
current_priority = @context_links.count
|
current_priority = @context_links.count
|
||||||
if @approvable_with_link
|
if @approvable_with_link
|
||||||
context_link 'approval_setting',
|
context_link 'approval_setting',
|
||||||
:link_path => "admin_authorizations_path(get_module_app.key, 'approval')",
|
:link_path => "admin_authorizations_path(get_module_app.key, 'category_approval')",
|
||||||
:priority => current_priority + 1,
|
:priority => current_priority + 1,
|
||||||
:available_for => [:manager]
|
:available_for => [:manager]
|
||||||
end
|
end
|
||||||
|
|
Reference in New Issue