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

Adding field to to SystemTabNames.PageHeader does not populate field value #14

Open elivnjak opened 1 year ago

elivnjak commented 1 year ago

Optimizely Version: 12.13

When adding a tags field to SystemTabNames.PageHeader the field does not load tags assigned to that field. It just loads a blank text field.

Adding tags works fine. But when you publish and the page refreshes, the field is blank again.

[UIHint("Tags")] [Display(Name = "Tags", Description = "Tags associated with this content.", GroupName = SystemTabNames.PageHeader, Order = 10)] public virtual string Tags { get; set; }

image