I have…
- [x] Checked the logs and have uploaded a log file and provided a link because I found something suspicious there. Please do not post the log file in the topic because very often something important is missing.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x] Bug report
- [ ] Performance issue
- [x Documentation issue or request
Current behavior
When you change a field json from
{
"name": "lastModifiedDate",
"properties": {
"isRequired": false,
"isRequiredOnPublish": false,
"isHalfWidth": true,
"fieldType": "String",
"createEnum": false,
"editor": "Input",
"inlineEditable": false,
"isEmbeddable": false,
"isUnique": false,
"contentType": "Unspecified",
"label": "Last Modified Date",
"hints": "",
"placeholder": ""
},
"isLocked": false,
"isHidden": false,
"isDisabled": false,
"partitioning": "invariant"
},
to
{
"name": "lastModifiedDate",
"properties": {
"isRequired": false,
"isRequiredOnPublish": false,
"isHalfWidth": true,
"fieldType": "**DateTime**",
"createEnum": false,
"editor": "**DateTime**",
"inlineEditable": false,
"isEmbeddable": false,
"isUnique": false,
"contentType": "Unspecified",
"label": "Last Modified Date",
"hints": "",
"placeholder": ""
},
"isLocked": false,
"isHidden": false,
"isDisabled": false,
"partitioning": "invariant"
},
and press synchronize schema it states there have been no changes.
Expected behavior
That the field type is changed and the different editor is used. Or even just the different editor type is used and the data is kept as a validated string
Environment
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [x] Cloud version
Version: [VERSION]
Browser:
- [ ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others: