Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
entity_workflow
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
entity_workflow
Commits
11582440
You need to sign in or sign up before continuing.
Commit
11582440
authored
3 weeks ago
by
Andrei Mateescu
Browse files
Options
Downloads
Patches
Plain Diff
Rebuild the router after setting the initial workspace workflow states on install.
parent
dfd10c86
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/entity_workflow_workspace/entity_workflow_workspace.install
+3
-0
3 additions, 0 deletions
...tity_workflow_workspace/entity_workflow_workspace.install
with
3 additions
and
0 deletions
modules/entity_workflow_workspace/entity_workflow_workspace.install
+
3
−
0
View file @
11582440
...
...
@@ -48,5 +48,8 @@ function entity_workflow_workspace_install(): void {
}
$storage
->
resetCache
();
// Rebuild the router so workflow actions links are correctly assigned.
\Drupal
::
service
(
'router.builder'
)
->
setRebuildNeeded
();
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment