-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Milestone
Description
datasette/datasette/default_menu_links.py
Lines 4 to 6 in 18a64fb
| @hookimpl | |
| def menu_links(datasette, actor): | |
| if actor and actor.get("id") == "root": |
This should check a named permission so that it can be customized by permission plugins.
Reactions are currently unavailable