: Re: cannot display requestor or requestors attributes in rt CLI when specifying fields

Hi Emmanuel,

Thankyou for your reply, I had almost given up. My apologies in advance, I
don’t know perl and am only light technical…

If I try to execute the below I get a variety of errors, but the first
problem is around diff & git…

that’s not a script that should be executed, that’s a patch :wink:

it should apply easily on with the following command:

cd /usr/share/request-tracker3.8/
patch -p2 < /tmp/thepatch

if you are not familiar with this you can just edit the file and remove
the “[” “]” around $ticket->$key->MemberEmailAddresses.

then you should clean your mason cache and restart your webserver.

that’s not a script that should be executed, that’s a patch :wink:

it should apply easily on with the following command:

cd /usr/share/request-tracker3.8/
patch -p2 < /tmp/thepatch

if you are not familiar with this you can just edit the file and remove
the “[” “]” around $ticket->$key->MemberEmailAddresses.

then you should clean your mason cache and restart your webserver.

I do not recommend this method of altering Debian packaged software, as
it introduces a degree of unpredictability in the way the software
behaves and opens up the risk that the change will simply be overwritten
the next time an update to the package is released.

Probably the best way for someone who doesn’t want to modify the
Debian source package to introduce such a change would be to copy
the file in question to
/usr/local/share/request-tracker3.8/html/[…] and then make modifications
there; at least that way the change will not be overwritten by updates
(although the user would then need to ensure that any upstream changes
to the file are reflected in their local version).

Dominic.

Dominic Hargreaves, Systems Development and Support Team
Computing Services, University of Oxford

signature.asc (197 Bytes)

I do not recommend this method of altering Debian packaged software, as

I fully agree … but didn’t had time to explain a more complete process
:wink: