USync Content Edition - Importing le blender content is using ids for drop downs that do not match.
Hi,
I am using the excellent USYNC! I have a Leblender in an umbraco grid row, that is using a nested content datatype that has some document types with controls that are drop downs. When I export this content it records the id value of the drop down and not the typical CDATA XML. Upon importing the ids do not match the new ids created for these drop downs.
We are trying to work with the issue in Umbraco 7.11.1 any help or direction would be much appreciated.
We could do some debugging to see if we can get to the bottom of it but first just check you are running the latest version of usync and content edition.
The very last release of content edition had fixed for issues with drop-down in content.
So you should look to have
uSync v4.0.9
uSync.Core v6.0.9
Content edition v4.1.5
With the setup you have it might be something else but it's worth checking to see if the latest version helps (if you do update you should re-export and import to make sure the files are all upto date).
Yes I am using those specific uSync versions and also have installed
uSync.ContentMappers v4.1.4
The raw extracted data from uSync is from a grid layout control that is using the leblender grid... so the content is very nested. When the data is not this nested the text for the drop downs is extracted but when it is is so nested and is JSON within the XML node for that property alias name the ID value of the drop down and not the text value is written to that nested JSON token within the property alias XML node.
USync Content Edition - Importing le blender content is using ids for drop downs that do not match.
Hi,
I am using the excellent USYNC! I have a Leblender in an umbraco grid row, that is using a nested content datatype that has some document types with controls that are drop downs. When I export this content it records the id value of the drop down and not the typical CDATA XML. Upon importing the ids do not match the new ids created for these drop downs.
We are trying to work with the issue in Umbraco 7.11.1 any help or direction would be much appreciated.
Thank you.
Hi Danny,
That's quite a list of nested properties !
We could do some debugging to see if we can get to the bottom of it but first just check you are running the latest version of usync and content edition.
The very last release of content edition had fixed for issues with drop-down in content.
So you should look to have
With the setup you have it might be something else but it's worth checking to see if the latest version helps (if you do update you should re-export and import to make sure the files are all upto date).
Kevin
Thank you Kevin.
Yes I am using those specific uSync versions and also have installed
The raw extracted data from uSync is from a grid layout control that is using the leblender grid... so the content is very nested. When the data is not this nested the text for the drop downs is extracted but when it is is so nested and is JSON within the XML node for that property alias name the ID value of the drop down and not the text value is written to that nested JSON token within the property alias XML node.
is working on a reply...