Skip to content

erp5_json_editor: Disable ajax and catch promise

Rafael Monnerat requested to merge (removed):json-editor-fixup-catch into master

The JSONEditor relies on call async load for load promises. The current code waits for the promises to finish and throw errors explicitly.

This allows the renderjs properly handle the error on the same chain of promises.

Merge request reports