mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
* addressbook/importexport: if there are no export csv definitions for a given user, do not show the csv export option in context menu
This commit is contained in:
parent
fd4d63f4d8
commit
31927c7181
@ -634,6 +634,7 @@ class addressbook_ui extends addressbook_bo
|
||||
'disableClass' => 'rowNoEdit',
|
||||
);
|
||||
}
|
||||
if (isset($actions['export']['children']['csv']) && !importexport_helper_functions::has_definitions('addressbook','export')) unset($actions['export']['children']['csv']);
|
||||
|
||||
//echo "<p>".__METHOD__."($do_email, $tid_filter, $org_view)</p>\n"; _debug_array($actions);
|
||||
return $actions;
|
||||
|
Loading…
Reference in New Issue
Block a user