revert client side change
Dieser Commit ist enthalten in:
Ursprung
887de25833
Commit
4a4c1934a0
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
|
@ -57,12 +57,6 @@ export default {
|
||||||
];
|
];
|
||||||
|
|
||||||
FieldModel.reopen({
|
FieldModel.reopen({
|
||||||
init() {
|
|
||||||
this._super(...arguments);
|
|
||||||
if (this.type === "checkbox") {
|
|
||||||
this.set("value", this.value || false);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
check() {
|
check() {
|
||||||
if (this.customCheck) {
|
if (this.customCheck) {
|
||||||
return this.customCheck();
|
return this.customCheck();
|
||||||
|
|
Laden …
In neuem Issue referenzieren