From: edward Date: Thu, 15 Feb 2018 04:52:04 +0000 (+0800) Subject: Pman.Dialog.VerifyAccess.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f1f2cefb3611e0628e4f03c3bde8420f52cc1e4e Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 2502ef86..6b243f7f 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -110,7 +110,7 @@ "Boolean forceSelection" : true, "items" : [ { - "$ string data" : "[\n ['1', 'Approve'],\n ['-1', 'Reject']\n] ", + "$ string data" : "[\n ['1', 'Approve'],\n ['-2', 'Temporary'],\n ['-1', 'Reject']\n] ", "xtype" : "SimpleStore", "$ xns" : "Roo.data", "$ fields" : "[ 'code', 'value' ]", diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 95c9e0c9..71a65669 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -250,6 +250,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { xtype : 'SimpleStore', data : [ ['1', 'Approve'], + ['-2', 'Temporary'], ['-1', 'Reject'] ], fields : [ 'code', 'value' ],