home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1343753386

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1939#issuecomment-1343753386 https://api.github.com/repos/simonw/datasette/issues/1939 1343753386 IC_kwDOBm6k_c5QGAyq 9599 2022-12-09T02:20:20Z 2022-12-09T02:21:01Z OWNER

It's also referenced in this plugin hook: python @hookspec def permission_allowed(datasette, actor, action, resource): """Check if actor is allowed to perform this action - return True, False or None""" But more importantly, in these ones: ```python @hookspec def table_actions(datasette, actor, database, table, request): """Links for the table actions menu"""

@hookspec def database_actions(datasette, actor, database, request): """Links for the database actions menu""" ``` So the word "action" is already used within Datasette to refer to those things - which are almost but not quite the same as actions-as-permissions: many of the things that show up in those menus relate to permissions the user has, but not necessarily all of them.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1485757511  
Powered by Datasette · Queries took 0.649ms · About: github-to-sqlite