mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Addressbook: Fix grouped view did not change view properly
This commit is contained in:
parent
c2d6d646f1
commit
67408d84ec
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user