mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +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:
@ -203,7 +203,9 @@ class timesheet_hooks
|
||||
'type' => 'export',
|
||||
'application' => 'timesheet'
|
||||
));
|
||||
$options = array();
|
||||
$options = array(
|
||||
'~nextmatch~' => lang('No definition')
|
||||
);
|
||||
foreach ((array)$definitions->get_definitions() as $identifier)
|
||||
{
|
||||
try
|
||||
|
Reference in New Issue
Block a user