From: edward Date: Thu, 15 Feb 2018 04:00:15 +0000 (+0800) Subject: Pman.Dialog.VerifyAccess.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e83ba144802b55f10cd59afbcde0462002fc0135 Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- 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',