Restore Configurable Actions to core
Configurable actions became unusable when Trigger module was removed from core. They were removed shortly thereafter. Configurable actions became realistic again when Views Bulk Operations went into core, but were never restored.
I would like to propose that we add back the 6 Configurable actions that were removed from core, but instead of that code living in a separate module (trigger) it become part of Views Bulk Operations.
The actions to restore are as follows: * Display a message to the user * Send e-mail * Redirect to URL * Change the author of content * Unpublish content containing keyword(s) * Unpublish comment containing keyword(s)
A good contrib module to test the APIs for configurable actions would be Flag.
Original Issue:
Change introduced in https://github.com/backdrop/backdrop-issues/issues/168
Nothing in https://api.backdropcms.org/api/backdrop/core%21modules%21system%21syste... tells that configurable actions are no more available.
Recent comments
In page.tpl.php you can get the current path and add it to the class array $classes[] = 'path-' . str_replace('/', '', $_SERVER['REQUEST_URI']); You will get an original class for each page....
Insert custom class into body tag
https://www.drupal.org/project/views/issues/1266388 shows that this is an architectural issue, and requires another 2 hooks being adjusted. It would be really nice to add comments/notes to...
node access
Hmmm, from D7 ancient tomes: from https://drupal.stackexchange.com/questions/7056/limit-which-roles-can-view-a-node-basing-on-its-content-type yet https://docs.backdropcms.org/api/...
node access