Fix tag links
This commit is contained in:
parent
3976353d39
commit
4fe1781a44
@ -80,7 +80,7 @@ module AdditionalsTagHelper
|
||||
|
||||
def additionals_tag_url(tag_name, options = {})
|
||||
{ controller: controller_name,
|
||||
action: action_name,
|
||||
action: controller_name == 'hrm_user_resources' ? 'show' : 'index',
|
||||
set_filter: 1,
|
||||
project_id: @project,
|
||||
fields: [:tags],
|
||||
|
Loading…
Reference in New Issue
Block a user