mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 00:48:26 +01:00
do NOT store state in prefs, if csv_export is set
This commit is contained in:
parent
ee8fd5b10e
commit
cb8940256c
@ -1162,7 +1162,7 @@ class addressbook_ui extends addressbook_bo
|
|||||||
'col_filter' => array('tid' => $query['col_filter']['tid']),
|
'col_filter' => array('tid' => $query['col_filter']['tid']),
|
||||||
'org_view' => $query['org_view'],
|
'org_view' => $query['org_view'],
|
||||||
));
|
));
|
||||||
if ($state != $this->prefs[$what.'_state'])
|
if ($state != $this->prefs[$what.'_state'] && !$query['csv_export'])
|
||||||
{
|
{
|
||||||
$GLOBALS['egw']->preferences->add('addressbook',$what.'_state',$state);
|
$GLOBALS['egw']->preferences->add('addressbook',$what.'_state',$state);
|
||||||
// save prefs, but do NOT invalid the cache (unnecessary)
|
// save prefs, but do NOT invalid the cache (unnecessary)
|
||||||
|
Loading…
Reference in New Issue
Block a user