Pman.Dialog.VerifyAccess.bjs
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 04:55:07 +0000 (12:55 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 04:55:07 +0000 (12:55 +0800)
Pman.Dialog.VerifyAccess.js

Pman.Dialog.VerifyAccess.bjs
Pman.Dialog.VerifyAccess.js

index bb8f55d..654d92e 100644 (file)
          "$ xns" : "Roo.bootstrap",
          "items" : [
           {
+           "Boolean allowBlank" : false,
            "String name" : "expire_dt",
            "xtype" : "DateField",
            "string fieldLabel" : "Expire Date",
index 96509f1..588ecb5 100644 (file)
@@ -255,6 +255,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
           items  : [
            {
             xtype : 'DateField',
+            allowBlank : false,
             fieldLabel : _this._strings['5a787141d53b573ec9b86e900bfe0d79'] /* Expire Date */,
             name : 'expire_dt',
             xns : Roo.bootstrap,