Tags move, merge and delete action in aem assets.
Hi,
We have a requirement in our project to delete, move, and merge tags. However, I’m facing some challenges in understanding how the taxonomy functionality behaves in these scenarios.
1. Delete:
When a tag is deleted, it is not removed from the associated asset properties. It appears that the tag must be explicitly removed from each asset, or handled through backend implementation.
2. Move/Merge:
When a tag is moved to a different folder or merged to a new tags, the changes are not reflected in the asset properties unless the tag references in the assets are manually updated.
Could you please clarify why the system behaves this way? Is there any recommended approach to delete, move, or merge tags such that the changes are automatically reflected in asset properties, without requiring additional backend implementation?
Thanks