-
Notifications
You must be signed in to change notification settings - Fork 10
TASK: Update FrontendNodeRoutePartHandler to current "original" #13
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
TASK: Update FrontendNodeRoutePartHandler to current "original" #13
Conversation
The FrontendNodeRoutePartHandler lacked quite some changes from the implementation in Neos, and thus - did not resolve shortcuts directly to their target - did not know about the `nodeType` options Also the exception codes have been "uniqueified".
Inspired by PR Flowpack#11 opened by @c4ll-m3-j4ck this adds the missing piece of the puzzle to support the `uriPathSuffix`.
kitsunet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a bunch of Exception use statements as Exception\SomethingException wouldn't resolve in here.
There is |
|
but |
Yes, with
That's why it worked. But you changed |
|
Ja! I was not exactly "zurechnungsfähig" anymore ^^ Although I always prefer separate use statements. |
The FrontendNodeRoutePartHandler lacked quite some changes from the implementation in Neos, and thus
nodeTypeoptionsAlso the exception codes have been "uniqueified".