[pve-devel] applied: [PATCH widget-toolkit] fix #4612: mobile: avoid crash due to missing getProxy method

Thomas Lamprecht t.lamprecht at proxmox.com
Sun Mar 26 17:58:28 CEST 2023


Am 24/03/2023 um 10:02 schrieb Friedrich Weber:
> A previous commit (51083ee) added an override of the internal ExtJS
> method `Ext.data.Store.onProxyLoad` in order to fix a race condition.
> This override calls `Operation.getProxy`. However, this method is not
> available on Sencha Touch. As a consequence, the mobile UI was broken.
> 
> This commit modifies the override such that it has no effect in the
> mobile UI.
> 
> Fixes: 51083ee54aa98af5a711622e4ed240840dcbbabe
> Suggested-by: Dominik Csapak <d.csapak at proxmox.com>
> Signed-off-by: Friedrich Weber <f.weber at proxmox.com>
> ---
>  src/Utils.js | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
>

applied, thanks!





More information about the pve-devel mailing list