[rt-devel] SetQueue in Ticket.pm
Edstrom Johan
johan.edstrom at sca.com
Mon Nov 19 17:02:01 EST 2001
This does "work around" the issue,
Doing a $self->Take() would force the person moving the case
around to become the owner , is that what really should happen though?
The other option is to force ownership into something like a Helpdesk
userid.
At least this way It does not fail for the user.
unless ($self->OwnerObj->Id) {
# Very Very kludgy...
# $self->Take();
$self->SetOwner('5');
}
More information about the Rt-devel
mailing list