Jumoo / uSync.Complete.Issues

Public Issue tracker and roadmap for uSync.Complete
https://jumoo.co.uk/usync/complete/
2 stars 1 forks source link

Error on multilingual push #131

Closed AaronSadlerUK closed 2 years ago

AaronSadlerUK commented 2 years ago

When I try to push a node from development which does not exist on UAT, but only has a single language specificed I get the below error:

"publishedContentHandler": Import Failed : "System.InvalidOperationException: Cannot save content with an empty name.

For example this node has not been created in the Spanish varient image

But has in the English varient, on the push window I am selecting just the English varient: image

But I get the above error

KevinJump commented 2 years ago

will take a look

KevinJump commented 2 years ago

think we have this - (its in uSync 😦 ) will push something when i've done some sanity checks.

KevinJump commented 2 years ago

Hi,

we've pushed an update.

the change is only to one file in uSync.ContentEdition so really you only need to update content edition.

PM> update-package uSync.ContentEdition -version 8.10.1

but as this affects everything in the change, we've updated all the way up to uSync.Complete 8.11.1 (no changes except for the dependency on uSync 8.10.1). - so that will do a complete update.

PM> update-package uSync.Complete -version 8.11.1

(and this is one of the reasons we've merged content edition in v9 - it never makes sense to just update it).

AaronSadlerUK commented 2 years ago

Brilliant, thanks Kev!