Explicitly require Manager role for `AltDatabaseManager`.
If you use experimental.publishtraverse and try to call manage_pack, it warns that the object (the manage_pack function) has no roles. In strict mode it will fail. This is an indication that the function *might* be available for anonymous users. That is not the case here, but being strict seems good.
Showing
Please register or sign in to comment