You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user does not have the correct permissions to view the collection but the filter is displayed, the collectionish variable in the following code is None and so throws an exception:
If a user does not have the correct permissions to view the collection but the filter is displayed, the
collectionish
variable in the following code isNone
and so throws an exception:collective.collectionfilter/src/collective/collectionfilter/baseviews.py
Lines 110 to 113 in 507c386
AccessControl.Unauthorized
is likely to be a more suitable exception.The text was updated successfully, but these errors were encountered: