The default task (variant) in the file_view (page manager) has the handler set: panelizer_file, which is not available. After looking in the panelizer_node (in the panelizer module) task handler I notice the following note:
This is named panelizer_node for historical reasons. It is too much
* of a pain to change the name of a task handler. This panelizes any entity
* not just a node.

So my conclusion would be to use the panelizer_node task handler in the file_view instead.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bojan_dev’s picture

bojan_dev’s picture

Status: Active » Needs review
DamienMcKenna’s picture

Status: Needs review » Reviewed & tested by the community

For some reason all of the other entity defaults in Panelizer (as defined by hook_default_page_manager_handlers) use that handler too, so this is fine.

DamienMcKenna’s picture

Issue tags: +panelizer

  • aaron committed 18e22ca on 7.x-2.x
    Issue #2432441 by bojan_dev: fixed Missing task handler 'panelizer_file...
aaron’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

Elijah Lynn’s picture

This is in 7.x-2.0-beta2 for anyone wondering.