I created a page view of some nodes and added fields:
-Panelizer:Link
-Panelizer:Status

The view works, but shows the following error message.

Warning: Missing argument 3 for PanelizerEntityDefault::panelizer_access(), called in /Users/glenn/websites/7c9d097f-0bc1-457d-8314-1d9e37f102bf/profiles/cmf/modules/contrib/panelizer/plugins/views/panelizer_handler_field_link.inc on line 66 and defined in PanelizerEntityDefault->panelizer_access() (line 1184 of /Users/glenn/websites/7c9d097f-0bc1-457d-8314-1d9e37f102bf/profiles/cmf/modules/contrib/panelizer/plugins/entity/PanelizerEntityDefault.class.php). (x10)

It looks like the panelizer_access function in panelizer_handler_field_link.inc is called without a third parameter which I think is expecting the $view_mode.

Patch is coming shortly

Comments

gmclelland’s picture

Status: Active » Needs review
StatusFileSize
new947 bytes

Here's the simple one line patch that worked for me.

Hope that helps

damienmckenna’s picture

Issue summary: View changes
Status: Needs review » Fixed

Excellent catch, thank you gmclelland! Committed!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.