Geta / Tags

Geta Tags for EPiServer CMS
Apache License 2.0
20 stars 31 forks source link

Deleted Tag is kept #87

Open patkleef opened 4 years ago

patkleef commented 4 years ago

Case1: Precondition: some tags are added on the site . Example: tag1,tag2 are added on Tags property 1.Open Geta Tags Management page

  1. Delete tag1 from the list
  2. Run Geta Tag Maintainance agent
  3. Open the content on EditView Issue: The deleted tag still kept ? Case2:
  4. Create a content having Tag property
  5. Add some tags : Tag1, Tag2, Tag3.. 3.Publish the content
  6. Remove Tag1 on the Tag property
  7. Publish
  8. Run Geta Tag Maintainance agent
  9. Open Geta Tags Management page Issue: The deleted tag still displays on the list
wojciechGabelBright commented 2 years ago

How is this an enhancement? Right now I cannot use tags, because its property IsDeleted or deletedBy is not implemented, meaning that even after deleting tag and removing it from the wasteBasket it still will be returned from eg. IContentModelUsage. When inspected in debugger, all properties are the same as they were before deletion. So its parent Link is still the original parent folder, isDeleted is null, deletedBy is null. Only workaround is to reset the whole production, and I cannot do that.