umbraco / Umbraco.Deploy.Issues

1 stars 0 forks source link

Property data for "Date Picker with time" (Umbraco.DateTime) not being transferred on Content node deployment #199

Closed hfloyd closed 7 months ago

hfloyd commented 7 months ago

I have a DateTime property on a Document type. When I transferred a handful of nodes using that Doctype, the date property was blank on the Destination environment (Local to U.Cloud Live). No errors were reported, the data is just not present.

Property:

image

Local Content:

image

Cloud Content:

image

The property was marked as "Mandatory", so I turned that off, to see if it was the issue, but no change in deploy result.

Versions:

Umbraco 10.8.3 Deploy 10.3.2

AndyButland commented 7 months ago

You should find this fixed in the latest patch release @hfloyd - out on NuGet now and scheduled for auto-upgrade on Cloud on Tuesday. Was also the cause of this issue.

hfloyd commented 7 months ago

Awesome! Thanks, @AndyButland