[Rt-commit] [rtir] 02/02: Sync ShowPeople back up
Kevin Falcone
falcone at bestpractical.com
Tue Jun 11 15:23:05 EDT 2013
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 2.9-trunk
in repository rtir.
commit 7ae0755002df648aa6281f8ff0d1285735c8dba3
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Jun 11 14:06:24 2013 -0400
Sync ShowPeople back up
---
html/RTIR/Elements/ShowPeople | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/html/RTIR/Elements/ShowPeople b/html/RTIR/Elements/ShowPeople
index 5609827..e3d2e1b 100644
--- a/html/RTIR/Elements/ShowPeople
+++ b/html/RTIR/Elements/ShowPeople
@@ -45,13 +45,17 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-%# XXX: this duplication of RT's /Ticket/Elements/ShowPeople
-%# the only difference is s/Reuestor/Correspondet/, keep in sync
+%# XXX: this is a duplication of RT's /Ticket/Elements/ShowPeople
+%# the only difference is s/Requestor/Correspondent/, keep in sync
<table>
<tr>
<td class="label"><&|/l&>Owner</&>:</td>
- <td class="value"><& /Elements/ShowUser, User => $Ticket->OwnerObj, Ticket => $Ticket &></td>
+% my $owner = $Ticket->OwnerObj;
+ <td class="value"><& /Elements/ShowUser, User => $owner, Ticket => $Ticket &>
+ <& /Elements/ShowUserEmailFrequency, User => $owner, Ticket => $Ticket &>
+% $m->callback( User => $owner, Ticket => $Ticket, %ARGS, CallbackName => 'AboutThisUser' );
+ </td>
</tr>
<tr>
<td class="labeltop"><&|/l&>Correspondents</&>:</td>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Rt-commit
mailing list