neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

Creation dialog icons are not shown in Neos installations with subfolder setting

Open ahaeslich opened this issue 1 year ago • 0 comments

image

Steps To Reproduce

  1. Use a Neos installation in a subfolder (e.g. www.myproject.com/subfolder/neos)
  2. 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

ahaeslich avatar Feb 06 '24 20:02 ahaeslich