Minor
This commit is contained in:
parent
bbfc665e88
commit
cc8d833ea8
|
|
@ -752,7 +752,7 @@ class Form extends WidgetBase
|
|||
|
||||
if (count($remappedFields) > 0) {
|
||||
$data = array_merge($remappedFields, $data);
|
||||
// Could be useful for field name collisions
|
||||
// Could be useful one day for field name collisions
|
||||
// $data['X_OCTOBER_REMAPPED_FIELDS'] = $remappedFields;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue