mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Add permission check before using importexport for export
This commit is contained in:
parent
36ac740a5c
commit
2e5144b5a2
@ -479,7 +479,7 @@ class nextmatch_widget
|
||||
$name = is_object($extension_data['template']) ? $extension_data['template']->name : $extension_data['template'];
|
||||
list($app) = explode('.',$name);
|
||||
$key = $extension_data['csv_fields'] === true ? 'nextmatch-export-definition' : $extension_data['csv_fields'];
|
||||
if($GLOBALS['egw_info']['user']['preferences'][$app][$key]) {
|
||||
if($GLOBALS['egw_info']['user']['apps']['importexport'] && $GLOBALS['egw_info']['user']['preferences'][$app][$key]) {
|
||||
$nextmatch->set_cell_attribute('export', 'onclick',
|
||||
"egw_openWindowCentered2('". egw::link('/index.php', array(
|
||||
'menuaction' => 'importexport.importexport_export_ui.export_dialog',
|
||||
|
Loading…
Reference in New Issue
Block a user