mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:28 +01:00
Allow plugin selection settings to override preferences
This commit is contained in:
parent
905900dd41
commit
b6e79184a2
@ -190,7 +190,7 @@ class importexport_export_ui {
|
|||||||
");
|
");
|
||||||
}
|
}
|
||||||
if (($prefs = $GLOBALS['egw_info']['user']['preferences']['importexport'][$definition->definition_id]) &&
|
if (($prefs = $GLOBALS['egw_info']['user']['preferences']['importexport'][$definition->definition_id]) &&
|
||||||
($prefs = unserialize($prefs)))
|
($prefs = unserialize($prefs)) && !$content['selection']['plugin_override'])
|
||||||
{
|
{
|
||||||
$selection = $content['selection'];
|
$selection = $content['selection'];
|
||||||
$content = array_merge_recursive($content,$prefs);
|
$content = array_merge_recursive($content,$prefs);
|
||||||
|
Loading…
Reference in New Issue
Block a user