Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-6003: Fixed tab rendering after changing page in the Assignments tab in the Roles module #821

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
IBX-6003: Fixed tab rendering after changing page in Assignments tab …
…in the Roles module
  • Loading branch information
barw4 committed Jun 20, 2023
commit 0d449dbb0b7375fe46dbcf293b9905c100a90197
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