Fixed issue with ListView 'needsRefresh' overlays not being removed

JIRA-5368
This commit is contained in:
Chris Suich 2013-12-04 10:06:05 -05:00 committed by Brian Federle
parent 13740ac135
commit 4ecf6df5f6
1 changed files with 6 additions and 0 deletions

View File

@ -370,6 +370,12 @@
}
}
if (needsRefresh) {
if (!$listView.closest('.detail-view').size()) {
$loading.remove();
}
}
if (options.error) options.error(message);
if (message) cloudStack.dialog.notice({