mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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();
|
value[widget.id] = widget.getValue();
|
||||||
if(promise)
|
if(promise)
|
||||||
{
|
{
|
||||||
jQuery.when.apply(null, promise).done(function ()
|
promise.then(() =>
|
||||||
{
|
{
|
||||||
nm.applyFilters(value);
|
nm.applyFilters(value);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user