Skip to content

Prevent group selection if it's already selected

Jérémie Pardou requested to merge fix-reloading-permission-and-roles into develop

This merge request prevents to select a group that is already selected in the vuex store to avoid permission flickering effect. Also helps performances.

Merge Request Checklist

  • changelog.md has been updated if required
  • New/updated Premium features are separated correctly in the premium folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Merge request reports