I have a tags propery editor that i try to import comma separated values to but i get following error:
[uMirror][Sidor] initValues Sida tags Cannot associate a tag to a node that doesn't have a Property Type assigned to a Tag Property Editor System.InvalidOperationException: Cannot associate a tag to a node that doesn't have a Property Type assigned to a Tag Property Editor at umbraco.cms.businesslogic.Tags.Tag.AddTagsToNode(Int32 nodeId, String tags, String group) at Lecoati.uMirror.Core.Synchronizer.initProperties(Content doc, XElement xFrom, Node node, Boolean force) in c:\Project\TFS\lct_umirror\Src\Lecoati.uMirror\Core\Synchronizer.cs:line 854
Tags problem
Hi
I have a tags propery editor that i try to import comma separated values to but i get following error:
[uMirror][Sidor] initValues Sida tags Cannot associate a tag to a node that doesn't have a Property Type assigned to a Tag Property Editor System.InvalidOperationException: Cannot associate a tag to a node that doesn't have a Property Type assigned to a Tag Property Editor at umbraco.cms.businesslogic.Tags.Tag.AddTagsToNode(Int32 nodeId, String tags, String group) at Lecoati.uMirror.Core.Synchronizer.initProperties(Content doc, XElement xFrom, Node node, Boolean force) in c:\Project\TFS\lct_umirror\Src\Lecoati.uMirror\Core\Synchronizer.cs:line 854
Im using Umbraco 7.1.8 and Umirror 1.0.0.2107
Please help
Hi again
I found the problem. Umirror can not import tags to a propery that is inherited from another documenttype.
is working on a reply...