]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/ActionList.js
add missing clearbeforeload arguments for monStoreErrors
[pmg-gui.git] / js / ActionList.js
index 0d08bc93046dca21d5704300cd012cfc9657170a..0747533f7778b611e8f082559b63fd562d9a0e7b 100644 (file)
@@ -117,7 +117,7 @@ Ext.define('PMG.ActionList', {
            remove_btn
         ];
 
-       Proxmox.Utils.monStoreErrors(me, me.store);
+       Proxmox.Utils.monStoreErrors(me, me.store, true);
 
        if (me.enableButtons) {
            me.tbar = tbar;