accessCheck() is missing on deleteEntity

Created on 20 March 2024, 3 months ago
Updated 25 March 2024, 3 months ago

Problem/Motivation

accessCheck() is missing on deleteEntity

Steps to reproduce

delete node(s) with business rules.

Proposed resolution

in : src/Plugin/BusinessRulesAction/DeleteEntity.php
on line 60 :

- $ids = $query->execute();
+ $ids = $query->accessCheck()->execute();

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Needs review

Version

3.0

Component

Code

Created by

🇫🇷France perpignan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024