table_actions() plugin hook plus menu, closes #1066

Refs #690
This commit is contained in:
Simon Willison 2020-10-29 22:16:41 -07:00
commit 2f7731e9e5
10 changed files with 166 additions and 14 deletions

View file

@ -52,6 +52,7 @@ EXPECTED_PLUGINS = [
"register_routes",
"render_cell",
"startup",
"table_actions",
],
},
{
@ -69,6 +70,7 @@ EXPECTED_PLUGINS = [
"permission_allowed",
"render_cell",
"startup",
"table_actions",
],
},
{