umbraco / Umbraco.Deploy.Issues

1 stars 0 forks source link

Content Templates are Partially Deployed - 12.0.2 #182

Closed paulsterling closed 11 months ago

paulsterling commented 11 months ago

Using an Umbraco Cloud Project with versions: CMS: 12.1.2 Deploy: 12.0.2

Bug summary

When deploying a Content Template from Local > Live only the template structure is deployed. All properties values are missing once deployed to Live. HQ support was also able to reproduce this issue using the standard Starter Kit and the below repro steps.

Reproduction


  1. In the Local clone of the Cloud Project
  2. Create a Content Template from a Content Node's Action menu (Create Content Template)
  3. Navigate to Settings > Content Template > Your Content Template
  4. Update some of the values in the Content Template and Save
  5. Right-click the Content Template and select Queue for transfer
  6. Open the Transfer queue and select Transfer to Live
  7. Login to the backoffice of the Live Cloud Project
  8. Navigate to Settings > Content Template > Your Content Template
  9. Note that all property values are missing

Specifics

No error is displayed or present in the logs. The deployment log indicates the deployment is complete. Both plain (eg, textbox properties) and more complex (eg, blocklist properties) are missing values on Live.

Using an Umbraco Cloud Project with versions: CMS: 12.1.2 Deploy: 12.0.2

Content Template on Local

local

Content Template on Live

live


_This item has been added to our backlog AB#33307_

AndyButland commented 11 months ago

Looks like this was a regression caused in the previous patch release where we looked to resolve an ordering issue with how different entities were processed. and omitted part of the necessary update. We'll get this sorted in the next patch release, that we'll aim to get out next Tuesday.