-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Enterprise - Admin Dashboard
-
None
-
1
-
Severity 3 - Minor
Issue Summary
For an enterprise with a large number of workspaces, when an enterprise admin attempts to update the Workspace membership restrictions setting, the changes are not persisted. The setting reverts to its original value upon page refresh.
Steps to Reproduce
- Log in as an enterprise admin
- Navigate to Workspace membership restrictions settings
- Change the setting from "Only managed members" to "Only managed members or specific email domains"
- Add a domain
- Save the changes
- Refresh the page
Expected Results
The updated setting ("Only managed members or specific email domains" with the added domain) should persist after saving and remain visible on page refresh.
Actual Results
After refreshing the page, the setting reverts back to "Only managed members" — the changes are not saved.
When the setting is saved, it needs to be propagated/updated across all workspaces in the Enterprise. This process is timing out due to the large number of workspaces.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available