FormDataFilter: show groups of any type

fixes #13045
This commit is contained in:
Thomas Gelf 2016-11-07 22:17:15 +01:00
parent 588926a9f9
commit 2b20daa552
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ class Zend_View_Helper_FormDataFilter extends Zend_View_Helper_FormElement
}
if (substr($col, -7) === '.groups' && $dummy->supportsGroups()) {
$type = substr($col, 0, -7);
return $this->selectGroup($type, $filter);
}
}