]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/ObjectGroupList.js
bump version to 1.0-42
[pmg-gui.git] / js / ObjectGroupList.js
index e30ed2d524165699bcfc29782bee0c446cfe3356..80655f7af760f217b272ff592230eb32c2f9bef3 100644 (file)
@@ -58,6 +58,7 @@ Ext.define('PMG.ObjectGroupList', {
 
        var config = {
            url: "/api2/extjs" + me.baseurl +'/' + rec.data.id + '/config',
+           onlineHelp: 'chapter_mailfilter',
            method: 'PUT',
            subject: me.subject,
            width: 400,
@@ -102,8 +103,6 @@ Ext.define('PMG.ObjectGroupList', {
            waitMsgTarget: me
        });
 
-       /*jslint confusion: true*/
-       /* create is a boolean below, a function above */
        var tbar = [
             {
                xtype: 'proxmoxButton',
@@ -118,7 +117,8 @@ Ext.define('PMG.ObjectGroupList', {
                    var config = {
                        method: 'POST',
                        url: "/api2/extjs" + me.baseurl,
-                       create: true,
+                       onlineHelp: 'chapter_mailfilter',
+                       isCreate: true,
                        width: 400,
                        subject: me.subject,
                        items: me.inputItems
@@ -132,7 +132,6 @@ Ext.define('PMG.ObjectGroupList', {
             },
            remove_btn
         ];
-       /*jslint confusion: false*/
 
        Proxmox.Utils.monStoreErrors(me, me.store, true);