From: Edward Date: Fri, 17 Apr 2015 03:23:11 +0000 (+0800) Subject: Pman.Dialog.CoreEnum.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c954f80d989df37fba461bf41bca36d227307d8a Pman.Dialog.CoreEnum.bjs Pman.Dialog.CoreEnum.js --- diff --git a/Pman.Dialog.CoreEnum.bjs b/Pman.Dialog.CoreEnum.bjs index c8528ece..305714bd 100644 --- a/Pman.Dialog.CoreEnum.bjs +++ b/Pman.Dialog.CoreEnum.bjs @@ -78,7 +78,7 @@ "Boolean checked" : true, "fieldLabel" : "Active", "inputValue" : 1, - "hidden" : false, + "hidden" : true, "value" : 1, "xtype" : "Checkbox", "valueOff" : 0, diff --git a/Pman.Dialog.CoreEnum.js b/Pman.Dialog.CoreEnum.js index a0247685..a3a6751a 100644 --- a/Pman.Dialog.CoreEnum.js +++ b/Pman.Dialog.CoreEnum.js @@ -186,7 +186,7 @@ Pman.Dialog.CoreEnum = { actionMode : 'fieldEl', checked : true, fieldLabel : 'Active', - hidden : false, + hidden : true, inputValue : 1, name : 'active', value : 1,