neos-ui
neos-ui copied to clipboard
BUG: Nodecreation position icons not shown
Description
expected:
Regression since using custom icons: https://github.com/neos/neos-ui/pull/3423
We currently just concatenate the uri on client side which doesnt respect cases where one uses resources in the cloud. The bigger scope of the issue is described here: https://github.com/neos/neos-ui/issues/2092
[Description of the bug or feature]
Steps to Reproduce
- [First Step]
- [Second Step]
- [and so on...]
Expected behavior
[What you expected to happen]
Actual behavior
[What actually happened]
Affected Versions
Neos:
UI:
You can get this information by running composer show or using the package management module within Neos.
The UI version can also be found inside the left sidebar after version 1.0.3.
Why do we use separate icons with their own uris for this and not the iconset?
Just for this issue we could also embed the SVGs to skip the requests.
Okay now we have two use cases:
- cloud resources
- a Neos installation residing in a "subfolder": #3712