* Import/Export - fix only global categories available for export filtering, no app categories

This commit is contained in:
nathangray 2018-05-30 10:12:59 -06:00
parent ea80839b56
commit 1f9b661796

View File

@ -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)