Currently the render tabs show the base output from entitytype_build_content(), but not the proper output from entitytype_view() which performs the full build, as well as runs the view alter hooks. This will give us a more accurate reflection of the actual page output when debugging, as well as get rid of some customizations for taxonomy terms.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dave Reid’s picture

Status: Active » Needs review
FileSize
9.11 KB
Dave Reid’s picture

Grr, didn't save the patch file before removing some other unrelated changes...

Dave Reid’s picture

Actually no need for any of the drupal_set_title()'s anymore either. I tested all the devel sub-tabs and they work just fine and show the proper title of the object being viewed.

moshe weitzman’s picture

Status: Needs review » Fixed

Committed. This is a terrific patch. Thanks.

It occurs to me that we have no place to review each of the view modes for a given node/term/user etc. Maybe we should add more render subtabs for those. Right now, we just have the standard node/nid which shows the default view mode. I'm talking about already rendered HTML, not the render array.

Status: Fixed » Closed (fixed)

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