Actions
Bug #3779
closedGeneral new group page parent and category dropdowns the same
Description
The category dropdown has the wrong input specified on display. Quickfix as follows.
IN: components/com_comprofiler/plugin/user/plug_cbgroupjive/templates/default/group_edit.php
ON: Line 45
FROM$input['parent']
TO$input['category']
Actions