Re: [pve-devel] [PATCH pve-manager v2 2/2] firewall: properly detect changes when ip / cidr is used in rule

2024-01-16 Thread Mira Limbeck
On 1/16/24 15:30, Stefan Hanreich wrote: > With the current implementation using queryDelay, this means that the > change event for the input never completes. This in turn leads to > the input panel never changing its dirty status. By using the > beforequery event we can simply cancel the query

[pve-devel] [PATCH pve-manager v2 2/2] firewall: properly detect changes when ip / cidr is used in rule

2024-01-16 Thread Stefan Hanreich
With the current implementation using queryDelay, this means that the change event for the input never completes. This in turn leads to the input panel never changing its dirty status. By using the beforequery event we can simply cancel the query without resorting to the queryDelay hack.