formio / angular

JSON powered forms for Angular
https://formio.github.io/angular-demo
MIT License
613 stars 461 forks source link

FIO-8004 Fixed loader incorrectly showing in embed reports #1059

Closed antonSoftensity closed 1 month ago

antonSoftensity commented 1 month ago

https://formio.atlassian.net/browse/FIO-8004

Previously, every form that is loaded in formio/angular was using a setForm function, that handles loading functionality through a idLoading flag. Reports are loaded a bit differently than other forms, and isLoading flag never resets in that case, that's why the code to reset that flag was added explicitly to the functions that set up reports