Hi,

I was stuck with empty results until I added "$view['view']->live_preview = TRUE;" in viewreference_get_view().

Am I doing something wrong?

The code looks now like this:

        $view['view']->live_preview = TRUE; // without this my results are always empty
        $view['embed'] = $view['view']->preview($view['display'], $view['args']);

Thanks,
Luxian

Comments

danielb’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

Sorry I'm unfamiliar with that issue.