neos / contentrepository-development-collection

Work in Progress on the Event Sourced Content Repository as installable set of packages
4 stars 9 forks source link

FEATURE: neos/redirecthandler adapter #211

Closed bwaidelich closed 2 years ago

bwaidelich commented 2 years ago

Adds a signal DocumentUriPathProjector::documentUriPathChanged that is triggered whenever the URI path of a document has been changed in the live workspace and invokes the RedirectStorage::addRedirect() if the corresponding package is installed.

Note: This also extracts the RouterCachingService::flushCachesForUriPath() call to this slot for a better separation of concerns.

Resolves: #210