Same issue as #2098101 but no caching is enabled.

Drupal cache has been cleared, cron has been run and Apache restarted. Site is within a vagrant box.

The preview mechanism correctly shows just the panelized content where as the page view shows both the panelized content followed by the default taxonomy node listing.

term_view is enabled in page manager.

Comments

damienmckenna’s picture

Version: 7.x-3.1 » 7.x-3.x-dev
Status: Active » Postponed (maintainer needs more info)

Please test if this is still a problem with the latest dev release.

jamestombs’s picture

Status: Postponed (maintainer needs more info) » Active

Downloaded the latest 3.x-dev release.

Setting the Default layout/content results in the custom Panelizer content followed by the normal taxonomy/term/% output as before.

Setting the Full page override layout/content results in the full page being written. This is what I expected from setting the Default layout/content.

Is this the expected behaviour?

With nodes, setting the Default is fine and I've never needed to do anything with Full page override.

jh3’s picture

This is still a problem even with the latest dev release. Same issue as jamestamr. Unfortunately clearing the cache doesn't help.

Helrunar’s picture

This have fixed this issue for me ;)

https://www.drupal.org/node/1680064#comment-6249582

damienmckenna’s picture

Component: Code » User interface
Category: Bug report » Task

I think the UI needs some improvement to indicate that the "Full page override" requires that the corresponding Page Manager handler be enabled.

damienmckenna’s picture

StatusFileSize
new1.65 KB

How about this? For all page_manager view modes it will display "The Panels / Page Manager display has been enabled." if the display handler is enabled, or "In Panels / Page Manager the "{$entity_type}_view" display must be enabled in order for this to work." if not.

mglaman’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new49.51 KB

I think this is the best solution that can be provided. Only other option I'd suggest is disabling the checkbox as well (so people are forced to read.)

There's a nice message warning displayed when modifying Panelizer through the main configuration, but it'd be hard to pull this off on the bundle settings (since it isn't specific to that checkbox.)

I'm marking RTBC as it's better than that's existing and would be one of those quirky use cases to drive someone batty.

  • DamienMcKenna committed 5fb23f6 on 7.x-3.x
    Issue #2215521 by DamienMcKenna: Warn when entity page_manager is not...
damienmckenna’s picture

Status: Reviewed & tested by the community » Fixed

Committed! Thanks for the review, mglaman.

Status: Fixed » Closed (fixed)

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