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
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
Actual behaviour:
Filter on permissions only filters categories which have only functions without permissions in them. Functions without permissions in categories which also contain functions with permissions are not filtered.
Exptected behavoir:
All functions without permissions should be filtered regardless of the presence of permitted functions in the same category.
The text was updated successfully, but these errors were encountered:
There is a small performance impact when filtering on permissions and drilling down categories.
I have minimized the impact by caching the filtered functions.
Actual behaviour:
Filter on permissions only filters categories which have only functions without permissions in them. Functions without permissions in categories which also contain functions with permissions are not filtered.
Exptected behavoir:
All functions without permissions should be filtered regardless of the presence of permitted functions in the same category.
The text was updated successfully, but these errors were encountered: