Pman.Dialog.VerifyAccess.bjs
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 03:59:57 +0000 (11:59 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 03:59:57 +0000 (11:59 +0800)
Pman.Dialog.VerifyAccess.js

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

index 7e9e11c..296c46e 100644 (file)
            "listeners" : {
             "select" : "function (combo, record, index)\n{\n    \n}"
            },
-           "String name" : "status_filter_name",
+           "String name" : "status_name",
            "String mode" : "local",
            "String valueField" : "code",
            "Boolean editable" : false,
            "xtype" : "ComboBox",
            "String triggerAction" : "all",
            "$ xns" : "Roo.bootstrap",
-           "String hiddenName" : "status_filter",
+           "String hiddenName" : "status",
            "String displayField" : "value",
            "items" : [
             {
index e54ca95..ee628b5 100644 (file)
@@ -289,9 +289,9 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
             xtype : 'ComboBox',
             displayField : 'value',
             editable : false,
-            hiddenName : 'status_filter',
+            hiddenName : 'status',
             mode : 'local',
-            name : 'status_filter_name',
+            name : 'status_name',
             triggerAction : 'all',
             valueField : 'code',
             listeners : {