-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Done
-
Affects Version/s: WEBUI-1.0.0
-
Fix Version/s: WEBUI-1.0.1, 9.2
-
Component/s: Web UI
-
Tags:
-
Sprint:nxGang Sprint 9.2.5
-
Story Points:2
Reproduce
- Create a folder with a document inside
- Create a user with no read permissions to either
- Give read permissions to that user on the document inside (no the parent)
- Login with the user
- Search for the document
=> It will appear on the results - Click on the document
=> It will show a 404 on the layouts
Note
Error seems to be when creating the docPath (for breadcrumb ?) as user doesn't have permission for the parent.
this.docPath = entries[entries.length - 2].path;