From 022b77b4eb80ef5ed69ad54cb051cdf482c75c7c Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 17 Apr 2015 11:18:43 +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 cb9dc1d1..e9997b06 100644 --- a/Pman.Dialog.CoreEnum.bjs +++ b/Pman.Dialog.CoreEnum.bjs @@ -77,7 +77,7 @@ "String actionMode" : "fieldEl", "fieldLabel" : "Active", "inputValue" : 1, - "hidden" : true, + "hidden" : false, "value" : 1, "xtype" : "Checkbox", "valueOff" : 0, diff --git a/Pman.Dialog.CoreEnum.js b/Pman.Dialog.CoreEnum.js index ab06d1d8..6bcdcdce 100644 --- a/Pman.Dialog.CoreEnum.js +++ b/Pman.Dialog.CoreEnum.js @@ -181,7 +181,7 @@ Pman.Dialog.CoreEnum = { '|xns' : 'Roo.form', actionMode : 'fieldEl', fieldLabel : 'Active', - hidden : true, + hidden : false, inputValue : 1, name : 'active', value : 1, -- 2.39.2