-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
!!! Remove obsolete Neos service routes with Neos 9.0 #5423
Labels
Comments
mhsdesign
added a commit
to mhsdesign/neos-development-collection
that referenced
this issue
Jan 7, 2025
…troller` This legacy service controller was removed see neos#5423 But as identified here there is still a method privilege to be adjusted: neos#4478 (comment)
This issue ist mostly for documentation - the changes have already been done. Does anyone have hard feelings for those dead apis? :D i suppose it was all ember stuff and sometimes things for the "perfect" world for that neos would be controllable fully by rest. If not ill close this. |
This was referenced Jan 7, 2025
mhsdesign
added a commit
to mhsdesign/neos-development-collection
that referenced
this issue
Jan 13, 2025
…troller` This legacy service controller was removed see neos#5423 But as identified here there is still a method privilege to be adjusted: neos#4478 (comment)
neos-bot
pushed a commit
to neos/neos
that referenced
this issue
Jan 14, 2025
…troller` This legacy service controller was removed see neos/neos-development-collection#5423 But as identified here there is still a method privilege to be adjusted: neos/neos-development-collection#4478 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following are obsolete as they are not required by the Neos Ui anymore.
RESTful WorkspacesController routes
The workspace routes will not work with persistent object identifiers and flow routing framework anymore as they are now pure dbal content repository core objects and some metadata is even managed by neos externally. A api would need to be fully rewritten.
Removed via #5118
Original controller class
Neos\Neos\Controller\Module\Management\WorkspacesController
- now partially part of theNeos.Workspace.Ui
package but not API.Previously available routes in 8.3
Legacy WorkspaceController routes
Removed via 0baacaa
Obsolete controller class
Neos\Neos\Service\Controller\WorkspaceController
Previously available routes in 8.3
Legacy NodeController routes
Removed via 0baacaa
Obsolete controller class
Neos\Neos\Service\Controller\NodeController
It was documented as legacy and probably unused in Neos 8.3 with the new Ui already:
Previously available routes in 8.3
The text was updated successfully, but these errors were encountered: