Closed alansemenov closed 5 years ago
site.xml
<form> <input name="checkbox" type="Checkbox"> <label>My checkbox</label> <occurrences minimum="1" maximum="1"/> </input> </form>
Now data looks like this, so far so good:
checkbox
true
false
Again, don't close or refresh the Content Wizard.
The value is no longer updated and the site is marked as invalid in the grid.
If you reload the Content Wizard before changing the value in site config, then the value is updated correctly.
Possible duplicate of https://github.com/enonic/xp/issues/7255. Close this, if the fix from https://github.com/enonic/xp/issues/7255 will be sufficient
site.xml
to have one input of type checkbox:Now data looks like this, so far so good:
checkbox
property fromtrue
tofalse
, the entire config is deleted:Again, don't close or refresh the Content Wizard.
The value is no longer updated and the site is marked as invalid in the grid.
If you reload the Content Wizard before changing the value in site config, then the value is updated correctly.