mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7736: UI - listView widget - select view dropdown on top of listView - prefilter() - include original args.context when passing it to prefilter().
This commit is contained in:
parent
8fb7cfae0c
commit
a3eaff8bb6
|
|
@ -1589,7 +1589,7 @@
|
|||
|
||||
sectionPreFilter = args.sectionSelect.preFilter ?
|
||||
args.sectionSelect.preFilter({
|
||||
context: cloudStack.context
|
||||
context: $.extend({}, cloudStack.context, args.context)
|
||||
}) : null;
|
||||
} else {
|
||||
$sectionSelect.hide();
|
||||
|
|
|
|||
Loading…
Reference in New Issue