R1203 - in rt/branches/rt-3.1: . html/Tools lib/RT lib/RT/Action lib/RT/Condition

Hello, Jesse.
I ask revert of this change in API.

		Ruslan.

jesse@pallas.eruditorum.org wrote:

Author: jesse
Date: Mon Jul 12 02:13:41 2004
New Revision: 1203

[snip]

Hello, Jesse.
I ask revert of this change in API.

Where is the old behaviour used? Without this change $Ticket->Update
breaks on non-changed queues.

Jesse Vincent wrote:

Hello, Jesse.
I ask revert of this change in API.

Where is the old behaviour used?
I use it in some local scrips and modules under 3.0.x. In ‘==’ and for
serialization it’s used too.
After this change there is only one way left to get queue id from ticket
object - ‘_Value’. The less amount of exceptions the better. This change
add exception into generic DBIx::SB framework.

Without this change $Ticket->Update
breaks on non-changed queues.

Don’t know about this error anything. May be $Ticket->Update is broken :slight_smile:

		As usual it's all IMHO. Ruslan.

PS: Ofcouse I’ll port my code on this if it would be in mainline.
‘Xozyain - barin’.

Jesse Vincent wrote:

Where is the old behaviour used?
I use it in some local scrips and modules under 3.0.x. In ‘==’ and for
serialization it’s used too.
After this change there is only one way left to get queue id from ticket
object - ‘_Value’. The less amount of exceptions the better. This change
add exception into generic DBIx::SB framework.

Yeah. I’ll yank it. I think I see how to do everything I need inside
->Update