RE: [rt-users] Re: Labelled Priority Patch doesn't work with 3.6x

2006-09-01 Thread Parish, Brent
Title: [rt-users] Re: Labelled Priority Patch doesn't work with 3.6x








Ok, sorry about
the email flood about this.  I should have had more patience and thoroughly
explored this before posting!

The current
values for priority are not honored, either.  You have to change case on “default=>”,
as well:  “Default=>”

Thanks,

Brent

 









From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Parish, Brent
Sent: Friday, September 01, 2006
11:35 AM
To:
rt-users@lists.bestpractical.com
Subject: [rt-users] Re: Labelled
Priority Patch doesn't work with 3.6x



 

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) {

-  <&/Elements/SelectPriority,
name=>"Priority", default=>$TicketObj->Priority
&>

+  <&/Elements/SelectPriority, Name =>
"Priority", default=>$TicketObj->Priority &>

    % } else {

    % if
($RT::PriorityType) {

-  <&/Elements/SelectPriority,
name=>"FinalPriority", default=>$TicketObj->FinalPriority
&>

+  <&/Elements/SelectPriority, Name =>
"FinalPriority", default=>$TicketObj->FinalPriority
&>

    % } 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. *** 










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. ***



___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

[rt-users] Re: Labelled Priority Patch doesn't work with 3.6x

2006-09-01 Thread Parish, Brent
Title: [rt-users] Re: Labelled Priority Patch doesn't work with 3.6x






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) {

-  <&/Elements/SelectPriority, name=>"Priority", default=>$TicketObj->Priority &>

+  <&/Elements/SelectPriority, Name => "Priority", default=>$TicketObj->Priority &>

    % } else {

    % if ($RT::PriorityType) {

-  <&/Elements/SelectPriority, name=>"FinalPriority", default=>$TicketObj->FinalPriority &>

+  <&/Elements/SelectPriority, Name => "FinalPriority", default=>$TicketObj->FinalPriority &>

    % } 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. ***


___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

[rt-users] Re: Labelled Priority Patch doesn't work with 3.6x

2006-08-20 Thread Sevan / Venture37
The only error I get is in /var/log/messages:
RT: Use of uninitialized value in pattern match (m//) at
/usr/local/rt3/lib/RT/Transaction_Overlay.pm line 1073.
(/usr/local/rt3/lib/RT/Transaction_Overlay.pm:1073)

-- 
"The truth, the half-truth, and nothing like the truth." - Mark Brandon Read

___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com