You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a content having Tag property
Add some tags : Tag1, Tag2, Tag3..
3.Publish the content
Remove Tag1 on the Tag property
Publish
Run Geta Tag Maintainance agent
Open Geta Tags Management page
Issue: The deleted tag still displays on the list
The text was updated successfully, but these errors were encountered:
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.
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:
3.Publish the content
Issue: The deleted tag still displays on the list
The text was updated successfully, but these errors were encountered: