neos-ui
neos-ui copied to clipboard
Creation dialog icons are not shown in Neos installations with subfolder setting
Steps To Reproduce
- Use a Neos installation in a subfolder (e.g. www.myproject.com/subfolder/neos)
- Trigger the creation dialog by creating a new node in the document or content tree
This is essentially caused in the ResourceIcon component:
https://github.com/neos/neos-ui/blob/fe77db35c48e886b7a0421ccf3e2f0da6d098e52/packages/react-ui-components/src/Icon/resourceIcon.tsx#L26
Relates: #3423