Skip to content
  • Romain Bioteau's avatar
    feat(formGenerator) improve formOutput expression (#2706) · fb1357cb
    Romain Bioteau authored
    * when generating a javascript expression in `edit` mode, the contract
    and the data are mapped for each expected input instead of just passing
    the data content to the root input.
    This way only the expected content is send on submit avoiding
    performance and security issues
    * add comment in generated script
    * make the `formOutput` script more concise (no more `output` variable)
    
    Closes BST-239
    fb1357cb