Actions
Bug #4957
closedMultiselect conditions always failing PHP side during POST
Description
Multiselect conditions appear to be failing PHP side during POST (e.g. profile edit) resulting in values being reset.
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This is due to the if check to determine if the value exists in the post. Usage should be ->has instead of ->get.
Actions