mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user