mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Automatically bound change handler returns true to play nice with other change handlers that might be bound.
This commit is contained in:
parent
7d9d146241
commit
834dbe886b
@ -1937,6 +1937,8 @@ var et2_nextmatch_header_bar = et2_DOMWidget.extend(et2_INextmatchHeader,
|
|||||||
// Filter now
|
// Filter now
|
||||||
header.nextmatch.applyFilters(value[header.nextmatch.id]);
|
header.nextmatch.applyFilters(value[header.nextmatch.id]);
|
||||||
}
|
}
|
||||||
|
// In case this gets bound twice, it's important to return
|
||||||
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Set activeFilters to current value
|
// Set activeFilters to current value
|
||||||
|
Loading…
Reference in New Issue
Block a user