Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13.2
-
None
-
None
Description
Current Situation
When a user is restricted to one or more folders then opening the inventory view throws an Access Denied exception when opening the view. Also when deploying recursively from the root folder.
The reason for this is that the folder / is not part of the allowed folders.
Desired Behavior
When a user is restricted to one or more folders the opening of the inventory view and the deploying recursively from the root folder should not throw an "access denied" exception. Instead of this if the folder / is not assigned to a user
- the API call joe/read/folder should return an empty list
- the API call joe/deploy should ignore folder permission exceptions for the folder / if there are no deployable objects. If there are deployable objects then the "access denied" message should be part of the deployment result.
Patch
A patch is available. See Issue links below.
Workaround
Grant access to the folder / for all accounts. Attention: This will make it possible that the users will have access to the root folder.
Attachments
Issue Links
- links to