Skip to content

Fix the promise usages in echart gadget

Romain Courteaud requested to merge romain/erp5:echartpromiseusage into master

changeState returns a promise. It is mandatory to check the success/failure to it.

Merge request reports