[rt-users] Re: Labelled Priority Patch doesn't work with 3.6x
Parish, Brent
bparish at workscape.com
Fri Sep 1 11:34:45 EDT 2006
Looks like I spoke too soon!
I think it is simply an issue of changing the case on "name" to "Name"
in local/html/Ticket/Elements/EditBasics (lines 89 and 98?):
% if ($RT::PriorityType) {
- <td class="value"><&/Elements/SelectPriority, name=>"Priority",
default=>$TicketObj->Priority &></td>
+ <td class="value"><&/Elements/SelectPriority, Name => "Priority",
default=>$TicketObj->Priority &></td>
% } else {
% if ($RT::PriorityType) {
- <td class="value"><&/Elements/SelectPriority,
name=>"FinalPriority", default=>$TicketObj->FinalPriority &></td>
+ <td class="value"><&/Elements/SelectPriority, Name =>
"FinalPriority", default=>$TicketObj->FinalPriority &></td>
% } else {
Thanks,
Brent Parish
**********************************************************************************************
IMPORTANT: The contents are intended for the named recipient(s) only and may contain information that is
PRIVILEGED and/or CONFIDENTIAL.
If you have received this email in error, please destroy all copies of this message and it's attachments and
then notify the system manager or the sender immediately. Do not disclose the contents to anyone or make
copies thereof.
*** eSafe scanned this email for viruses, vandals, and malicious content. ***
**********************************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20060901/b67037bb/attachment.htm>
More information about the rt-users
mailing list