Closed (outdated)
Project:
Support Ticketing System
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2010 at 17:54 UTC
Updated:
30 Mar 2023 at 08:46 UTC
Jump to comment: Most recent
Comments
Comment #1
jeremy commentedThis is now exposed:
#694264: Custom e-mail text
Comment #2
mrtoner commentedMaybe I should have simply opened a new issue, but I'm reading the OP's problem entirely differently.The OP's issue wasn't so much that the entire subject couldn't be customized, but that the support_key setting isn't
exposedavailable in order to be changed. Even with the features added in #694264: Custom e-mail text this option still cannot beeasilyedited.EDIT: it seems that the variable support_key doesn't actually exist. Since variable_set('support_key','tkt') is never called, no such variable is ever saved.
Comment #3
jeremy commentedBecause support_key is a variable, it is exposed through settings.php.
$conf['support_key'] = 'foo';will override the default value.In any case, I've gone ahead and exposed this setting through the admin interface (and cleaned up the mail settings page a bit while I was there):
http://drupalcode.org/project/support.git/commit/37ec0f3
Needs to be ported to the 7.x branch.
Comment #6
purencool commented