On points settings page, can't set 'default category' to new terms. It always reverts back to default 'uncategorized' value.

Comments

dami’s picture

Haven't tested it thoroughly, a quick fix might be just change line 360 from:

from
$form[$group]['id'] = array(

to
$form[$group][USERPOINTS_CATEGORY_DEFAULT_TID] = array(

jredding’s picture

Assigned: Unassigned » jredding
Status: Active » Fixed

You were correct the name of the form was off; my fault. its been fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)