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:
Jessica Wang 2014-10-15 17:00:11 -07:00
parent 8fb7cfae0c
commit a3eaff8bb6

View File

@ -1589,7 +1589,7 @@
sectionPreFilter = args.sectionSelect.preFilter ?
args.sectionSelect.preFilter({
context: cloudStack.context
context: $.extend({}, cloudStack.context, args.context)
}) : null;
} else {
$sectionSelect.hide();