mirror of https://github.com/apache/cloudstack.git
Fixed issue with ListView 'needsRefresh' overlays not being removed
JIRA-5368
This commit is contained in:
parent
13740ac135
commit
4ecf6df5f6
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue