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
Collection::ofOneOfTheseAccessLevels($levels) - Filters the current collection to include only pages where page access is in the array of $levels
The function doesnt check against access levels, that are passed by the parent through the 'Use parent access rules' configuration of the login plugin. Only the access levels directly defined in the page's header are checked.
Maybe my use case of that configuration is wrong, but a support for that feature would come in really handy.
The text was updated successfully, but these errors were encountered:
Collection::ofOneOfTheseAccessLevels($levels) - Filters the current collection to include only pages where page access is in the array of $levels
The function doesnt check against access levels, that are passed by the parent through the 'Use parent access rules' configuration of the login plugin. Only the access levels directly defined in the page's header are checked.
Maybe my use case of that configuration is wrong, but a support for that feature would come in really handy.
The text was updated successfully, but these errors were encountered: