media-ui
media-ui copied to clipboard
BUG: Error by trying to delete assets which are still in use in the media browser
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
When you try to delete an asset which is still in use, you will get an internal error (500).
Expected Behavior
Another message, saying the asset is still in use and therefore unable to delete or maybe disable the delete function.
Steps To Reproduce
- Open media browser via Property-Editor
- Try to delete an asset in use
- Get Error
Environment
- Flow: 8.3.9
- Neos: 8.3.15
- PHP: 8.1.2
Anything else?
It is now fixed in the Neos internal library, but occurs in the media ui package. See https://github.com/neos/neos-development-collection/issues/5085
Can you check the exception that is created in this case and paste its content? The problem might be unrelated to this package actually.
You should actually get the following error:
No feedback, closing the issue