mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
Add 'No definition' option for default export definition preference. Allows use of legacy nextmatch CSV export with Import/Export app still available
This commit is contained in:
@@ -189,7 +189,9 @@ class resources_hooks
|
||||
'type' => 'export',
|
||||
'application' => 'resources'
|
||||
));
|
||||
$options = array();
|
||||
$options = array(
|
||||
'~nextmatch~' => lang('No definition')
|
||||
);
|
||||
$default_def = 'export-resources';
|
||||
foreach ((array)$definitions->get_definitions() as $identifier)
|
||||
{
|
||||
|
Reference in New Issue
Block a user