From c954f80d989df37fba461bf41bca36d227307d8a Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 17 Apr 2015 11:23:11 +0800 Subject: [PATCH] Pman.Dialog.CoreEnum.bjs Pman.Dialog.CoreEnum.js --- Pman.Dialog.CoreEnum.bjs | 2 +- Pman.Dialog.CoreEnum.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.2