mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
* Import/Export - fix only global categories available for export filtering, no app categories
This commit is contained in:
parent
ea80839b56
commit
1f9b661796
@ -110,6 +110,9 @@ class importexport_widget_filter extends Etemplate\Widget\Transformer
|
||||
|
||||
|
||||
break;
|
||||
case 'select-cat':
|
||||
$this->setElementAttribute($form_name.'['.self::$prefix.$lname.']', 'other', $field['rows']);
|
||||
// fall through
|
||||
case 'select':
|
||||
default:
|
||||
if(strpos($field['type'],'select') === 0)
|
||||
|
Loading…
Reference in New Issue
Block a user