From e83ba144802b55f10cd59afbcde0462002fc0135 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 12:00:15 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 1 + Pman.Dialog.VerifyAccess.js | 1 + 2 files changed, 2 insertions(+) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 296c46ec..146d929f 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -97,6 +97,7 @@ "listeners" : { "select" : "function (combo, record, index)\n{\n \n}" }, + "Boolean allowBlank" : false, "String name" : "status_name", "String mode" : "local", "String valueField" : "code", diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index ee628b58..b97193ad 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -287,6 +287,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { items : [ { xtype : 'ComboBox', + allowBlank : false, displayField : 'value', editable : false, hiddenName : 'status', -- 2.39.2