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 220 forks source link

9.0 Neos service routes not working #5104

Open mhsdesign opened 1 month ago

mhsdesign commented 1 month ago

Code like uriPattern: 'workspaces/{workspace.__identity}' cant imo work anymore due workspaces not being a doctrine entity.

https://github.com/neos/neos-development-collection/blob/bc110df0d6ac05b7f4a81cc581c65a7758406cfc/Neos.Neos/Configuration/Routes.Service.yaml#L137-L149

strongly related: https://github.com/neos/neos-development-collection/issues/4478#issuecomment-1923505519