Skip to content

ERP5JS: render before commit

Jérome Perrin requested to merge fix/erp5js_save_before_commit into master

Since 264ded5c in ERP5JS we render the form directly after a successful edit, but this was done sometimes too early, namely, the next form was rendered before interaction workflows and this leads to problems like the ones discussed in https://lab.nexedi.com/nexedi/erp5/merge_requests/982#note_92893

Merge request reports