Skip to content

Commit

Permalink
IBX-6003: Fixed tab rendering after changing page in the Assignments …
Browse files Browse the repository at this point in the history
…tab in the Roles module (#821)
  • Loading branch information
barw4 authored Jun 21, 2023
1 parent 8883cb8 commit 0a4da9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
'pager': pager,
'paginaton_params' : {
'routeName': route_name,
'routeParams': {'_fragment': 'users-and-groups', 'roleId': role.id},
'routeParams': {'_fragment': 'ibexa-tab-users-and-groups', 'roleId': role.id},
'pageParameter': '[assignmentPage]',
}
} %}
Expand Down

0 comments on commit 0a4da9e

Please sign in to comment.