Actions
Bug #3112
closedField action setting empty values for select types not functional
Description
Field action is trying to parse the values into an array and append it to the existing fields value instead of simply replacing it. This needs to be removed so no special parsing is done for select types and do as the operator instructs.
https://www.joomlapolis.com/forum/153-professional-member-support/186147-cb-auto-action
Updated by krileon almost 13 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed to force the value instead of trying to parse and append to select fieldtypes.
Actions