-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.10 EE GA1, 6.2.X EE, 7.0.0 DXP GA1, 7.0.X, Master
-
Component/s: Staging, ~[Archived] WCM
-
Labels:
-
Fix Priority:4
-
Git Pull Request:
Reproduction steps:
- Create a Site and turn on Local Staging
- Create a Web Content Structure with a Text field, create a Template for it
- Create a Web Content from the Structure, leave the Text field empty
- Modify the Structure, make the Text field required
- Edit the Web Content, fill out the Text field
- Publish to Live
Result:
The publication fails with StorageFieldRequiredException exception, as the first version is validated against the Structure where the Text field is required.
Very Important: The original reproduction steps won't throw an exception. For it to fail, step 5 should be omitted.