Geta / Tags

Geta Tags for EPiServer CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version is not writable

jeroenslor opened this issue · comments

I have added the tags property to my content type using the following code:
[UIHint("Tags")] [Display( Name = "Tags", Description = "The tags", GroupName = GroupNames.Tabs.MetaData, Order = 11)] [CultureSpecific] public virtual string Tags { get; set; }

When I add a tag to the tags field using the CMS interface I get the following generic error during auto save (and also during publish):
image

See attachment for the stack trace of the underlying error that occurs on /EPiServer/cms/Stores/contentdata/114_525:
geta_tags_error_stack.txt

I'm using CSM version 9.12.0

Just tested on empty EPiServer site - upgraded to CMS 9.12.0 (latest version now) and there are no issues.
This looks like the issue: http://world.episerver.com/forum/developer-forum/EPiServer-7-CMS/Thread-Container/2012/12/offline-cant-save---error/

Also, do you have latest EPiServer.CMS.UI package (9.8.3)?

Closing issue because didn't get any response. Feel free to re-open if it is still actual.

@marisks You where right it had nothing todo with Geta Tags, thanks for the response!