(RT1) Taking tickets directly from summary page

On what I call the summary screen, one line to an incident, in
RT2, you can click on a link to take the incident. I like that,
but I’m staying with RT1. In RT1 you can’t.

Is there any problem with simply adding a condition in the
"owner" field of the summary, so the if the ticket is not owned,
the following link is there instead?

Take

I took the URL from the ticket page.

I’m not quite sure of the meanings of all the cgi parameters
(“transaction=0”?), but to my understanding, this should give
request 3 to user “lorens” and go to the ticket page so that
the user can work further on the ticket without somebody else
interfering. Am I right? This ought to work in the same way from
the summary page as it does from the ticket page, right?

Technically it should be extremely simple (haven’t looked at the
actual source code of the page yet), I just wanted to make sure
there’s nothing I’m missing.

TIA
#include <std_disclaim.h> Lorens Kockum

should work fine.On Thu, Apr 26, 2001 at 05:52:04PM +0200, Lorens Kockum wrote:

On what I call the summary screen, one line to an incident, in
RT2, you can click on a link to take the incident. I like that,
but I’m staying with RT1. In RT1 you can’t.

Is there any problem with simply adding a condition in the
“owner” field of the summary, so the if the ticket is not owned,
the following link is there instead?

Take

I took the URL from the ticket page.

I’m not quite sure of the meanings of all the cgi parameters
(“transaction=0”?), but to my understanding, this should give
request 3 to user “lorens” and go to the ticket page so that
the user can work further on the ticket without somebody else
interfering. Am I right? This ought to work in the same way from
the summary page as it does from the ticket page, right?

Technically it should be extremely simple (haven’t looked at the
actual source code of the page yet), I just wanted to make sure
there’s nothing I’m missing.

TIA

#include <std_disclaim.h> Lorens Kockum


Rt-devel mailing list
Rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

Linux is like a Vorlon. It is incredibly powerful, gives terse,
cryptic answers and has a lot of things going on in the background.

Subject: Taking tickets directly from summary page

Is there any problem with simply adding a condition in the
“owner” field of the summary, so the if the ticket is not owned,
the following link is there instead?

should work fine.

It did/does. FWIW, here’s the diff.

#include <std_disclaim.h> Lorens Kockum

rt1-take-from-summary.diff (690 Bytes)