From 313adc6b876058991b86201b9a75fd111b4a6482 Mon Sep 17 00:00:00 2001 From: jygaulier Date: Tue, 12 Dec 2023 19:25:40 +0100 Subject: [PATCH] add missing "input_disable" attribute to new field defaults --- www/scripts/models/field.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/scripts/models/field.js b/www/scripts/models/field.js index c93365f103..4810927307 100644 --- a/www/scripts/models/field.js +++ b/www/scripts/models/field.js @@ -40,6 +40,7 @@ define([ "vocabulary-type": null, "aggregable": 0, "vocabulary-restricted": false, + "input_disable": false, "labels": { "fr": "", "en": "",