Geta / geta-optimizely-tags

Geta Tags is a library that adds tagging functionality to Optimizely content.
Apache License 2.0
0 stars 3 forks source link

TagsGroupKey doesn't work with same tag name from Group A and Group B #28

Open ch3rr17 opened 4 months ago

ch3rr17 commented 4 months ago

[Display(Name = "Tags", Order = 170)] [UIHint("Tags")] [TagsGroupKey("ArticleTags")] [GetaTags(AllowSpaces = true)] public virtual string Tags { get; set; }

[Display( Name = "Tags")] [UIHint("Tags")] [TagsGroupKey("StoryTags")] [GetaTags(AllowSpaces = true)] public virtual string Tags { get; set; }

If I use Cancer Care for either groups, i get the error that it already belongs to ArticlePage