form: Propagate additionalFormData to override some params
This PR allow to overwrite some form parameters from the NewScan
button.
The additionalFormData
is passed to FormWithCache
, and will override the cache.
Specifying formData
only was then completely hidden by the use of the cache.
Edited by Valentin Valls