-
-
Notifications
You must be signed in to change notification settings - Fork 144
Description
Issue
The dimension values (if more than one) are wrongly concatenated.
This does affect the Uri wich is set on the iframe and also the url of the backend itself.
Currently Urls
Backend: https://www.site.dev/neos!?node=/sites/cms@user-bucher;country=int&language=en
IFrame: https://www.site.dev/@user-bucher;country=int&language=en
Correct Urls (I think they should be like this)
Backend: https://www.site.dev/neos!?node=/sites/cms@user-bucher;country=int&language=en
IFrame: https://www.site.dev/@user-bucher;country=int&language=en
Compare & amp ; versus &
Reproduce
Login to the Backend with site.dev/neos!
The Backend does endless reloading
In the preview iframe, there is a 404 error
Click some other node and check the Uri of the backend
Versions affected
Neos 3.0 / Flow 4.0
Beta and dev-master of neos/neos-ui
Browser
Google Chrome