Skip to content
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

Deleted Tag is kept #87

Open
patkleef opened this issue Jul 19, 2019 · 1 comment
Open

Deleted Tag is kept #87

patkleef opened this issue Jul 19, 2019 · 1 comment

Comments

@patkleef
Copy link
Contributor

Case1:
Precondition: some tags are added on the site . Example: tag1,tag2 are added on Tags property
1.Open Geta Tags Management page
2. Delete tag1 from the list
3. Run Geta Tag Maintainance agent
4. Open the content on EditView
Issue: The deleted tag still kept ?
Case2:

  1. Create a content having Tag property
  2. Add some tags : Tag1, Tag2, Tag3..
    3.Publish the content
  3. Remove Tag1 on the Tag property
  4. Publish
  5. Run Geta Tag Maintainance agent
  6. Open Geta Tags Management page
    Issue: The deleted tag still displays on the list
@wojciechGabelBright
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants