mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
8bc9b1ee03
commit
a508fc4a8e
4 changed files with 10 additions and 76 deletions
|
|
@ -469,7 +469,7 @@ def register_actions(datasette):
|
|||
description="View a collection",
|
||||
resource_class=DatabaseResource,
|
||||
),
|
||||
# Test actions for test_hook_permission_allowed (global actions - no resource_class)
|
||||
# Test actions for test_hook_custom_allowed (global actions - no resource_class)
|
||||
Action(
|
||||
name="this_is_allowed",
|
||||
abbr=None,
|
||||
|
|
@ -553,7 +553,7 @@ def register_actions(datasette):
|
|||
def permission_resources_sql(datasette, actor, action):
|
||||
from datasette.permissions import PermissionSQL
|
||||
|
||||
# Handle test actions used in test_hook_permission_allowed
|
||||
# Handle test actions used in test_hook_custom_allowed
|
||||
if action == "this_is_allowed":
|
||||
return PermissionSQL.allow(reason="test plugin allows this_is_allowed")
|
||||
elif action == "this_is_denied":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue