When a Category is set on anything else than Public (Registered for example), all the Articles belonging to that Category are not publicly available any more.
Even if the URL goes public, a visitor would get the following message:
403 You don't have permission to access this. Please contact a website administrator if this is incorrect.
6.1
Similarly, Smart Search should not reveal those Articles.
It should work just like the rest of Joomla: it should respect the cascade of ACL.
Smart Search does reveal those Articles, which should not be the case to be coherent with the rest of Joomla
No response
The only way to have ACL working correctly for those Articles is to
Registered Category on Registered| Labels |
Added:
bug
|
||
| Labels |
Added:
No Code Attached Yet
|
||
I can reproduce this on Joomla 6.1
When the item is public but its parent is Registered, Guest user can still see the item in Smart Search result but opening the result return an access denied .
Registered user can access the item normally.
The indexed record in #___finder_links keeps the item access level 1 rather than inherited access level from the category 2.
But this could be a expected behavior or bug not sure . This also is reproducible for Content , Contacts and may be Newsfeed also.
I can reproduce this on Joomla 6.1
When the item is public but its parent is Registered, Guest user can still see the item in Smart Search result but opening the result return an access denied .
Registered user can access the item normally.
The indexed record in #___finder_links keeps the item access level 1 rather than inherited access level from the category 2.
But this could be a expected behavior or bug not sure . This also is reproducible for Content and Contacts and may be Newsfeed also.