-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Which Umbraco version are you using?
16.2.0
Bug summary
When removing an item from the CMS (including recycle bin) that other items depend on, the dependent items become unusable and unpublishable
Specifics
Before removing the attached item:

After removing the attached item:

When attempting to publish with broken link:

Side note: Just wondering if actually clearing the items from the recycle bin should be considered as a crime or if keeping it cleaned up is actually a good thing?
Steps to reproduce
- Create a document type with a content picker as a field
- Create a document based on the before-mentioned document type
- Select an item to link it to the content picker field and click on save and publish.
- Remove the attached item from the CMS (also from the recycle bin)
- I'm now unable to publish the item or attach a new item to the content picker field
Expected result / actual result
AR: The field becomes unusable, but still broken, leading to problems when publishing the item in the future. Having to recreate the item and copying every component and other field values
ER: Having the possibility to remove the link to the removed resource and create a new link without having to create a new item
This item has been added to our backlog AB#61170
