Skip to content

Hide load more spinner while updating/installing

Alexander Lohnau requested to merge work/fix_loading_more_on_install into master

BUG: 422047
FIXED-IN: 5.74

The isLoadingData state was always set to true when the busy signal gets emitted. But in the case of an installation there is no data in the sense of more entries loaded, consequently we don't need to show the spinner.

Because of that this MR introduces a new API which tells exactly what operations are currently running.

@ngraham @leinir

Edited by Alexander Lohnau

Merge request reports