-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF49, 11.x, 2021.4
-
Component/s: Web UI
-
Release Notes Summary:User favorites is correctly displayed in WebUI.
-
Tags:
-
Backlog priority:700
-
Sprint:nxplatform #36
-
Story Points:3
When a user loses permissions to some of the documents they have favorited, they are no longer able to view their favorites.
Steps to Reproduce:
1) Have a user favorite some documents
2) Remove the user's access from a couple of the documents
3) Navigate to the user's personal workspace and then to the My Favorites collection
Expected Results: The documents the user still has permission to display
Actual Results: No results display and the request to http://localhost:8080/nuxeo/api/v1/search/pp/ordered_content_collection/execute?currentPageIndex=0&pageSize=40&queryParams=<favDoc_uuid> returns a 403 Forbidden error.