Re: [pve-devel] [PATCH manager 1/4] Add a new property afterAPICall to Edit Window

2016-12-22 Thread Dietmar Maurer
IMHO this is misleading, because we do not call afterAPICall in all cases (depends on me.backgroundDelay or me.showProgress)? > @@ -118,6 +122,9 @@ Ext.define('PVE.window.Edit', { > var win = Ext.create('PVE.window.TaskProgress', { > upid: upid >

[pve-devel] [PATCH manager 1/4] Add a new property afterAPICall to Edit Window

2016-12-20 Thread Emmanuel Kasper
The main aim of this new parameter is to allow a refresh of a GridPanel *after* the task window has been closed, and not after Edit Window is closed which is often two early. --- www/manager6/window/Edit.js | 7 +++ 1 file changed, 7 insertions(+) diff --git a/www/manager6/window/Edit.js b/ww