Fixes to JsonForm and json

* Update model when JsonForm.editable set false
* Bugfixes in jsonPatch
This commit is contained in:
2025-09-21 00:00:50 +02:00
parent 123231833d
commit 6e1351d9ab
5 changed files with 65 additions and 6 deletions

View File

@@ -30,14 +30,14 @@
--jsl-dialog-bgcolor: #ffd;
--jsl-dialog-bordercolor: #835f10;
.-title::before {
content: ' ';
content: '⁉️ ';
}
}
&.-style-error {
--jsl-dialog-bgcolor: #fcc;
--jsl-dialog-bordercolor: #bb3434;
.-title::before {
content: '⚠️ ';
content: ' ';
}
}
&.-style-warning {