Addressbook: Fix grouped view did not change view properly

This commit is contained in:
nathan 2022-09-09 10:11:11 -06:00
parent c2d6d646f1
commit 67408d84ec

View File

@ -257,7 +257,7 @@ class AddressbookApp extends EgwApp
value[widget.id] = widget.getValue();
if(promise)
{
jQuery.when.apply(null, promise).done(function ()
promise.then(() =>
{
nm.applyFilters(value);
});