[otrs] Circumvent the FAQ Article's subject to be appended to theresponse-email's subject
Stefan Guha
safti at safti.org
Tue Jan 5 20:35:56 GMT 2010
Solution:
in $OTRSROOT/Kernel/Output/HTML/Standard/AgentFAQ.dtl
Disable this block of code:
---
if (parent.opener.document.compose.Subject.value == '') {
parent.opener.document.compose.Subject.value =
document.spelling.Title.value;
}
else {
parent.opener.document.compose.Subject.value += ' - ' +
document.spelling.Title.value;
}
---
=> lines 227 - 232
Stefan
More information about the otrs
mailing list