Skip to content

Commit a3eaff8

Browse files
author
Jessica Wang
committed
CLOUDSTACK-7736: UI - listView widget - select view dropdown on top of listView - prefilter() - include original args.context when passing it to prefilter().
1 parent 8fb7cfa commit a3eaff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/ui/widgets/listView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@
15891589

15901590
sectionPreFilter = args.sectionSelect.preFilter ?
15911591
args.sectionSelect.preFilter({
1592-
context: cloudStack.context
1592+
context: $.extend({}, cloudStack.context, args.context)
15931593
}) : null;
15941594
} else {
15951595
$sectionSelect.hide();

0 commit comments

Comments
 (0)