Closed (fixed)
Project:
Support Ticketing System
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2010 at 20:14 UTC
Updated:
6 Mar 2011 at 03:31 UTC
A strange problem crops up when using the Vertical Tabs module http://drupal.org/project/vertical_tabs
While creating a support ticket, "null" shows up in as the fieldset title in it's vertical tab. I'm not sure how to best describe this, so I've included two screenshots showing the tab and its contents.
Comments
Comment #1
jeremy commentedI do not see any screenshots?
That said, I see this module (Vertical Tabs) was merged into core in Drupal 7, so I would like to see the support module be compatible with this module.
Comment #2
mikebell_ commentedCause: fieldset needs #title setting.
Comment #3
downtap commentedAt Line 1787 in support.module you'll see:
Add:
So it looks like:
Change the text Ticket properties to whatever you want for that tab.
Comment #4
bProphet commentedThis worked for me - I think it should close this issue.
Thank you downtap for this fix, and to the devs for a very nicely done module!
Comment #5
jeremy commentedThanks, fix committed:
http://drupal.org/cvs?commit=502690