-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
prevents parent assets from being bulk deleted #16315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
PR Summary
|
I've escaped the asset tags and added an |
…r command" This reverts commit 784aec3.
You might need to add some logic to the individual delete buttons on the rows as well - down to help out, just let me know |
Dont think its possible to delete single assets via the GUI, the delete button is disabled. but I will look into the api EDIT: i take that back, you are right |
singular parent asset deletion has been handled as well #16380 |
Looks like we have some failing tests here - can you check that out? |
@Godmartinz Can you look into those failing tests? |
@snipe tests fixed 👍 |
This adds prevention from deleting parent assets, assets that have other assets assigned to them. A error message will appear with the parent asset's tag that can be used to navigate and check in all attached assets.
#16261