Skip Menu |

This queue is for tickets about the RT-Extension-SLA CPAN distribution.

Report information
The Basics
Id: 69693
Status: resolved
Priority: 0/
Queue: RT-Extension-SLA

People
Owner: Nobody in particular
Requestors: TomSherlock [...] btcustomerstreet.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: RT-Extension-SLA-0.04
Date: Fri, 22 Jul 2011 15:13:42 +0100
To: "bug-RT-Extension-SLA [...] rt.cpan.org" <bug-RT-Extension-SLA [...] rt.cpan.org>
From: Tom Sherlock <TomSherlock [...] btcustomerstreet.com>
Hi, I have found a logic bug for this extension when it is running in RT 4.0.0. When installed following the manual, it applies SLA due dates from your queue default to Reminders that are raised on a ticket in a queue with SLA running on it. This overwrites any due date that you set on that reminder. This is fixable by adding the line " return 0 unless $self->TicketObj->Type eq 'Ticket'; " to all condition files before any updates are performed. I inserted them at: SLA_RequireDefault - Line 19. SLA_RequireDueSet - Line 22. SLA_RequireStartsSet - Line 20. Tom Sherlock Development BT Directories Web: www.bt.com/thephonebook<http://www.bt.com/thephonebook> Phone: 01524 529056 Show quoted text
________________________________ BT Customerstreet is a trading name of BT Directories Limited Registered office: Lancaster Business Park, Caton Road, Lancaster LA1 3RQ Registered in England Company no: 04251486 BT Directories Limited is owned by British Telecommunications plc Registered office: 81 Newgate Street London EC1A 7AJ Registered in England no. 1800000 This electronic message contains information from British Telecommunications plc which may be privileged and confidential. The information is intended to be for the use of the individual(s) or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic message in error, please notify us by telephone or email (to the number or address above) immediately. Activity and use of the British Telecommunications plc email system is monitored to secure its effective operation and for other lawful business purposes. Communications using this system will also be monitored and may be recorded to secure effective operation and for other lawful business purposes.
Hello, I've released 0.05 with change in SLA_RequireDefault condition only. This should be enough. If default is not set then Due and Starts are not set by the module. If SLA set manually for a reminder then extension still kicks in. Resolving ticket. -- Best regards, Ruslan.