Skip to content

fix(admin): add caching to group relations page

Bc. Jakub Hejda requested to merge hejda/STR-1198/fix_group_relations_page into main

Description

fix(admin): add caching to group relations page

  • When the user tried to navigate to some of the related groups and then clicked on the back button, the data on the relations page used to be incorrect.
  • Now this page is cached and everything works fine.

How to test

From the group relations page (e.g. http://localhost:4200/organizations/3983/groups/21265/settings/relations) navigate to some of these related groups and then click on the back button. The page should display the correct data. You can also try caching of the filter.

Author's checklist

  • I have followed the contribution guidelines
  • This MR has been tested or does not change functionality
  • I have added relevant merge request dependencies (if this MR has any)
  • I have added the correct labels
  • I have assigned reviewers (if any are relevant)
  • I have edited the documentation (if the changes require it) or I have noted the need for the change if I do not have access to the documentation
  • I have marked all introduced BREAKING CHANGES or necessary DEPLOYMENT NOTES in the commit message(s)

Reviewer's checklist

  • This MR has been tested or does not change functionality
  • This MR has correct commit message format

Other information

I have found a new bug related to the whole caching - will be discussed out of the scope of this MR.

Related issues

Closes STR-1198

Merge request reports