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

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

index 2502ef8..6b243f7 100644 (file)
            "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' ]",
index 95c9e0c..71a6566 100644 (file)
@@ -250,6 +250,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
              xtype : 'SimpleStore',
              data : [
                  ['1', 'Approve'],
+                 ['-2', 'Temporary'],
                  ['-1', 'Reject']
              ],
              fields : [ 'code', 'value' ],