]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/ObjectGroupList.js
MailTracker.js - display all receivers
[pmg-gui.git] / js / ObjectGroupList.js
index 6d328828cf199a731c32122545557f7aa70e1a88..6f98454b97992a87f68454a9109686a32a496b35 100644 (file)
@@ -116,7 +116,7 @@ Ext.define('PMG.ObjectGroupList', {
                    var config = {
                        method: 'POST',
                        url: "/api2/extjs" + me.baseurl,
-                       create: true,
+                       isCreate: true,
                        width: 400,
                        subject: me.subject,
                        items: me.inputItems
@@ -131,7 +131,7 @@ Ext.define('PMG.ObjectGroupList', {
            remove_btn
         ];
 
-       Proxmox.Utils.monStoreErrors(me, me.store);
+       Proxmox.Utils.monStoreErrors(me, me.store, true);
 
        if (me.enableButtons) {
            me.tbar = tbar;