mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix "no filter" option in nextmatch list favorites does not work
This commit is contained in:
parent
361a799388
commit
c180bf6d30
@ -363,6 +363,11 @@ var et2_favorites = (function(){ "use strict"; return et2_dropdown_button.extend
|
||||
// Reset value
|
||||
this.set_value(this.preferred,true);
|
||||
}
|
||||
else if (this.value == 'blank')
|
||||
{
|
||||
// Reset filters when select no filters
|
||||
this.set_nm_filters({});
|
||||
}
|
||||
},
|
||||
|
||||
set_value: function(filter_name, parent) {
|
||||
|
Loading…
Reference in New Issue
Block a user