Fix tag links

This commit is contained in:
Alexander Meindl 2018-11-25 19:20:31 +01:00
parent 3976353d39
commit 4fe1781a44

View File

@ -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],