-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.5.4
-
Component/s: None
If you manually alter the space permissions url in an attempt to update a difference space, and put in an invalid space key, the action will apply the permissions as global permissions.
This is because global permissions are stored against the NULL space key which is used when the space can not be found.
Need to detect the invalid space key and show an appropriate error message instead of continuing.