On 26.11.20 09:19, Dominik Csapak wrote:
> findRecord does not match exactly, but only at the beginning and
> case insensitive, by default. Change all calls to be case sensitive
> and an exactmatch (we never want the default behaviour afaics).
> 
> Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
> ---
>  www/manager6/dc/Backup.js              | 4 ++--
>  www/manager6/dc/SecurityGroups.js      | 2 +-
>  www/manager6/form/ACMEAPISelector.js   | 2 +-
>  www/manager6/form/NodeSelector.js      | 2 +-
>  www/manager6/form/VMCPUFlagSelector.js | 2 +-
>  www/manager6/form/ViewSelector.js      | 2 +-
>  www/manager6/grid/BackupView.js        | 6 ++++--
>  www/manager6/grid/FirewallAliases.js   | 2 +-
>  www/manager6/panel/IPSet.js            | 2 +-
>  www/manager6/window/Backup.js          | 2 +-
>  10 files changed, 14 insertions(+), 12 deletions(-)
> 
>

applied, thanks! as talked off-list, I would find it more ergonomic to add a
"findExactRecord" which combines the advantages of the existing findExact and
findRecord methods.

https://docs.sencha.com/extjs/6.0.1/classic/src/AbstractStore.js.html#line341



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to