Hi Guys

Today we were using bean_view() to render some beans, and we noticed that it always changes the page title by setting drupal_set_title().
This is nasty, sometimes you need the bean to print but not as the main content, so we don't need the bean to change it.

We had to use entity_view to go around this, but still, nasty.

Cheers

Comments

indytechcook’s picture

Title: bean_view changes the current page title! ALWAYS! » bean_view changes the current page title
Status: Active » Fixed
Issue tags: +Release blocker

Yes, I see. I updated the page callback to it's own function.

https://drupal.org/commitlog/commit/22232/09c359b7feac5efe2197c9f3e9cbc5...

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