File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
web/modules/custom/hoeringsportal_deskpro/src/Service Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
66
77## [ Unreleased]
88
9+ * [ PR-543] ( https://github.com/itk-dev/deltag.aarhus.dk/pull/543 )
10+ 5248: Fixed permission name (` edit ` → ` update ` )
911* [ PR-542] ( https://github.com/itk-dev/deltag.aarhus.dk/pull/542 )
1012 Added Page editor role
1113
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public function isDeadlinePassed(NodeInterface $node) {
9696 }
9797
9898 // Allow users with edit access to do stuff after the deadline.
99- if ($ node ->access ('edit ' , \Drupal::currentUser ())) {
99+ if ($ node ->access ('update ' , \Drupal::currentUser ())) {
100100 return FALSE ;
101101 }
102102
You can’t perform that action at this time.
0 commit comments