mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-23 06:21:12 +02:00
Continue moving most favorite functionality from favorite widget into framework. Favorite widget now uses framework.
This commit is contained in:
@@ -1789,7 +1789,10 @@ $LAB.setOptions({AlwaysPreserveOrder:true,BasePath:"'.$GLOBALS['egw_info']['serv
|
||||
$filters = array(
|
||||
'blank' => array(
|
||||
'name' => lang('No filters'),
|
||||
// Old
|
||||
'filter' => array(),
|
||||
// New
|
||||
'state' => array(),
|
||||
'group' => true
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user