Skip to content

Add hook to allow addons to filter the list returned by app_list

M. Dent requested to merge dentm42/core:app-list-hook into dev

Allows filtering of the list of apps returned by app_list(). Example use: Add a field "allowed_apps" to the service_class structure and limit access to apps based on what class of service a user has.

Merge request reports