mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Import/Export: Fix export CSV category filter was missing application categories
This commit is contained in:
parent
ce8a76baec
commit
037caea178
@ -679,7 +679,7 @@ class importexport_helper_functions {
|
||||
$settings['tags'] = true;
|
||||
break;
|
||||
case 'select-cat':
|
||||
$settings['rows'] = "5,,,$app_name";
|
||||
$settings['application'] = $app_name;
|
||||
$settings['tags'] = true;
|
||||
break;
|
||||
case 'select-account':
|
||||
|
@ -111,7 +111,7 @@ class importexport_widget_filter extends Etemplate\Widget\Transformer
|
||||
|
||||
break;
|
||||
case 'select-cat':
|
||||
$this->setElementAttribute($form_name.'['.self::$prefix.$lname.']', 'other', $field['rows']);
|
||||
$this->setElementAttribute($form_name . '[' . self::$prefix . $lname . ']', 'application', $field['application']);
|
||||
// fall through
|
||||
case 'select':
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user