Skip to content
Snippets Groups Projects
Commit a7d362ea authored by John Voskuilen's avatar John Voskuilen
Browse files

Issue #3513199: Workflow Access - some textual updates

parent 0a803952
No related branches found
No related tags found
No related merge requests found
Pipeline #449746 passed with warnings
......@@ -14,14 +14,6 @@ function workflow_access_uninstall() {
node_access_needs_rebuild(TRUE);
}
/**
* Force rebuild of node access.
*/
function workflow_access_update_8001(&$sandbox) {
// Rebuild data.
node_access_needs_rebuild(TRUE);
}
/**
* Remove table workflow_access. All current settings are lost!
*/
......@@ -30,6 +22,6 @@ function workflow_access_update_8002(&$sandbox) {
/** @var \Drupal\Core\Database\Schema $schema */
$schema = Database::getConnection()->schema();
$schema->dropTable('workflow_access');
// Rebuild data.
// Force rebuild of node access.
node_access_needs_rebuild(TRUE);
}
# Declaration of Workflow Access routings.
### Workflow settings form
workflow.access.settings:
path: '/admin/config/workflow/workflow/access'
defaults:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment