Pman.Tab.BAdminIPAccess.bjs
authoredward <edward@roojs.com>
Wed, 21 Feb 2018 09:58:50 +0000 (17:58 +0800)
committeredward <edward@roojs.com>
Wed, 21 Feb 2018 09:58:50 +0000 (17:58 +0800)
Pman.Tab.BAdminIPAccess.js

Pman.Tab.BAdminIPAccess.bjs
Pman.Tab.BAdminIPAccess.js

index daf5e22..4e46a90 100644 (file)
                       "render" : "function (_self)\n{\n    _this.status = this;\n}",
                       "select" : "function (combo, record, index)\n{\n    _this.table.footer.onClick('first'); \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 283c601..8539d3e 100644 (file)
@@ -108,9 +108,9 @@ Pman.Tab.BAdminIPAccess = new Roo.XComponent({
                    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 : {