Actions
Feature proposal #7009
closedImplement stricter group category id handling
Description
Currently category is pulled from request data and used instead of the groups category. This really should only happen if it's a new group and even then strictly come from get or post and not general request data.
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Group edit will prioritize category post and if missing use the category assigned to the group. Group create will prioritize post and if missing will use get, but does not accept general request data. This should prevent the category of group edit from changing purely because the URL has a category id in it.
Actions