Per http://drupal.org/node/1839812, I'll be attaching a patch that removes the hook_requirements() implementation which checked to see if node_view handler in Page Manager is enabled.

Comments

r2integrated’s picture

Status: Needs work » Needs review
StatusFileSize
new837 bytes

Attaching patch file.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed and pushed.

Status: Fixed » Closed (fixed)

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

kebz’s picture

Issue summary: View changes

Will the patch fix this notice... which I am receiving twice??

Note: "user_view" display must be enabled in Page Manager in order for the full page ("Full page override") display to work correctly.
Note: "user_view" display must be enabled in Page Manager in order for the full page ("Full page override") display to work correctly.

It pops-up when I go this path "/?q=admin/config/people/accounts"

When I click on the "Page Manager" link as it suggests, it takes me here "/?q=admin/structure/pages"

These three are the only things "enabled".

  • Custom ctools_plugin_example page-ctools_plugin_example CTools plugin example /ctools_plugin_example/%sc In code open
  • Custom ctools_plugin_example page-ctools_plugin_example_base CTools Plugin Example base page /ctools_plugin_example In code
  • Custom total_control page-dashboard Total Control administrative dashboard /admin/dashboard In code open

This one was enabled, but I disabled it thinking that the message would go away... nope, still there...lol

  • System page_manager node_view Node template /node/%node In code open
damienmckenna’s picture

@kebz: What you're seeing is #2451643: Page Manager display warning appears when it isn't needed. Please continue the discussion there.