Skip to content
Snippets Groups Projects
Commit c12a2e1d authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] web: failing onchanges should not prevent to save

This patch is related to 82adba47

With the above patch, it wasn't possible anymore to save if an onchange failed. This isn't the expected behavior.
Besides, $.when.apply($, defs) is rejected as soon as one def fails, without waiting other defs to be either resolved or rejected.

This new patch allows to save if onchange fails, and wait for onchanges sequentially.
parent 89e17997
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment