We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ceafd commit 973febbCopy full SHA for 973febb
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
6
7
## [Unreleased]
8
9
+* [PR-543](https://github.com/itk-dev/deltag.aarhus.dk/pull/543)
10
+ 5248: Fixed permission name (`edit` → `update`)
11
* [PR-542](https://github.com/itk-dev/deltag.aarhus.dk/pull/542)
12
Added Page editor role
13
web/modules/custom/hoeringsportal_deskpro/src/Service/HearingHelper.php
@@ -96,7 +96,7 @@ public function isDeadlinePassed(NodeInterface $node) {
96
}
97
98
// Allow users with edit access to do stuff after the deadline.
99
- if ($node->access('edit', \Drupal::currentUser())) {
+ if ($node->access('update', \Drupal::currentUser())) {
100
return FALSE;
101
102
0 commit comments