Hi, just a minor thing to report, and correct me if it was designed to work like that,

but the webform admin page (found on my site at admin/content/webform) is showing as its title the title of the last webform submitted.

This happens because of line 1789 in webform.module:

drupal_set_title(check_plain($node->title));

Which maybe should be changed to something like

drupal_set_title(t('Overview of all webforms'));

Or something like that? :)

Comments

quicksketch’s picture

Status: Active » Fixed

I don't know why that line got in there! I removed it entirely, so it falls back to the title of the menu entry, which is just "Webforms". Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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