From 69d6646cda65bbcb445e1611e8ded1a8894c9d62 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 11:59:57 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 4 ++-- Pman.Dialog.VerifyAccess.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 7e9e11c3..296c46ec 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -97,14 +97,14 @@ "listeners" : { "select" : "function (combo, record, index)\n{\n \n}" }, - "String name" : "status_filter_name", + "String name" : "status_name", "String mode" : "local", "String valueField" : "code", "Boolean editable" : false, "xtype" : "ComboBox", "String triggerAction" : "all", "$ xns" : "Roo.bootstrap", - "String hiddenName" : "status_filter", + "String hiddenName" : "status", "String displayField" : "value", "items" : [ { diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index e54ca959..ee628b58 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -289,9 +289,9 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { xtype : 'ComboBox', displayField : 'value', editable : false, - hiddenName : 'status_filter', + hiddenName : 'status', mode : 'local', - name : 'status_filter_name', + name : 'status_name', triggerAction : 'all', valueField : 'code', listeners : { -- 2.39.2