Resolve #2707689 "Nodeformactions checks for"
1 unresolved thread
Closes #2707689
Merge request reports
Activity
added 4077 commits
-
67928fa2...178d67f3 - 4074 commits from branch
project:11.x
- 8ecef07a - Rerolling the patch.
- b86c09e1 - Fixed indentation issue.
- d1cd2bed - Minor cleanups
Toggle commit list-
67928fa2...178d67f3 - 4074 commits from branch
101 101 $this->moduleHandler()->invokeAll($entity->getEntityTypeId() . '_access', [$entity, $operation, $account]) 102 102 ); 103 103 104 // You cannot delete an unsaved entity. 105 $set_cache = TRUE; 106 if ($operation === 'delete' && $entity && $entity->isNew()) {
Please register or sign in to reply