neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 218 forks source link

BUGFIX: Flush cache also for deleted nodes #5124

Closed dlubitz closed 3 weeks ago

dlubitz commented 4 weeks ago

Removed nodes can't get found, so they regarding caches don't get flushed.

The bug was introduced with #4291 Fixes: #5105