Mentions légales du service

Skip to content

database.js remove call to initClones in displayResults

Ryan Herbert requested to merge feature-c/more_robust_spinner into dev

This call was causing issues when some controllers were returning error messages since it was attempting to initClones while displaying the return message even if the model had not yet been loaded. This lead to the ajax spinner to spin indefinitely.

Closes #3071 (closed)

Merge request reports