-
- Downloads
[FIX] website_slides: fix domain computation of a channel slide list
When displaying a channel content all its slides are displayed in a list view or cards view. Even slides current user cannot read because he is not member of the channel are displayed, even if there is no link (and access rights prevent them for effectively accessing the slide). Purpose is to display a channel content without giving access through ACLS at its slides. However this domain computation was not correctly matching real use case * publishers should see everything; * public users should not see unpublished slides; * members not publishers should not see unpublished slides unless they uploaded it; Commit linked to task ID 1941250 and PR #31708.
Please register or sign in to comment