Closed (fixed)
Project:
Webform
Version:
5.x-2.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2008 at 07:59 UTC
Updated:
11 Jul 2008 at 04:42 UTC
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
Comment #1
quicksketchI 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!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.