-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Background Information
Steps to Reproduce
- Go to the Namespaces management page.
- Select an existing Namespace and edit its name.
- Save the changes.
- Try to access the edited Namespace
How
When a Namespace name is updated, the system is failing to synchronize this change within the roles field of the users collection. The router attempts to navigate using the updated name (or expected new slug), but the user's permissions still reference the old slug.
Expected Behavior
Upon renaming a Namespace, the slug stored in the roles array within the users collection should be updated to match the new name. This ensures that the router can validate permissions and grant access to the Namespace using the correct, updated URL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
In Review