ShowRequestor

For some reason, my ShowRequestor Element isn’t working.

Are there certain rights I need to see this?

I reference ShowRequestor in ShowSummary. I have not modified
ShowRequestor, but I have modified ShowSummary by simply adding another
element, ShowDataNotes. This is a snippet from ShowSummary:

beginning of ShowSummary element

<& /Elements/TitleBoxStart, title => ‘People’,
title_href
=>"$RT::WebPath/Ticket/ModifyPeople.html?id=".$Ticket->Id,
title_class=> ‘inverse’,
color => “#333399” &>
<& /Ticket/Elements/ShowPeople, Ticket => $Ticket &>
<& /Elements/TitleBoxEnd &>


<& /Elements/TitleBoxStart, title => ‘Notes to Data’,
title_class=> ‘inverse’,
color => “brown” &>
<& /Ticket/Elements/ShowDataNotes, Ticket => $Ticket &>
<& /Elements/TitleBoxEnd &>

      <& /Ticket/Elements/ShowRequestor, Ticket => $Ticket &>


    </TD>
  </TR>
</TABLE>

<%ARGS>
$Ticket => undef
</%ARGS>

Any help with this would be greatly appreciated.

Thanks as always,

Colleen Noonan

I wanted the ShowRequestor to show all the time.

I managed to do this by commenting out the '% unless ($user->Privileged)
{

and the corresponding end }

It worked fine.

–Colleen

-----Original Message-----
From: Colleen
Sent: Tuesday, April 30, 2002 1:29 PM
To: rt-devel@lists.fsck.com
Subject: [rt-devel] ShowRequestor

For some reason, my ShowRequestor Element isn’t working.

Are there certain rights I need to see this?

I reference ShowRequestor in ShowSummary. I have not modified
ShowRequestor, but I have modified ShowSummary by simply adding
another