Actions
Bug #8068
closedSome fields do not reliably push data from POST to dummyUser
Description
When preparing the dummyUser to pass through fields API some field types data is not reliable pushing through from POST. This is due to it always grabbing from existingValues instead of using values or existingValues conditionally based off a value existing and whether POST is being used or not. Minor improvements to getGroupedFields will resolve this globally.
Actions