Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.0 Neos service routes not working #5104

Open
mhsdesign opened this issue May 28, 2024 · 0 comments
Open

9.0 Neos service routes not working #5104

mhsdesign opened this issue May 28, 2024 · 0 comments

Comments

@mhsdesign
Copy link
Member

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

# Note: we need to specify the workspace as {workspace.__identity} in the uriPattern because if we just used
# {workspace}, the properties could not be overridden through the parameters in the PUT request's body.
# This is a shortcoming of the DispatchComponent and should be solved in a future version of Flow.
-
name: 'Services - WorkspacesController->updateAction()'
uriPattern: 'workspaces/{workspace.__identity}'
defaults:
'@package': 'Neos.Neos'
'@controller': 'Service\Workspaces'
'@action': 'update'
'@format': 'json'
appendExceedingArguments: true
httpMethods: ['PUT']

strongly related: #4478 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant