hi rt-devels<br><br>I&#39;ve made a little patch for Ticket/Update.html to disable the display of TransactionCustomFields when a user doesn&#39;t have the right to modify it (so there si no need to diplay it!).<br><br><br>
% if (my $TxnCFs = $TicketObj-&gt;TransactionCustomFields) {<br>%&nbsp;&nbsp;&nbsp; while (my $CF = $TxnCFs-&gt;Next()) {<br><b>%&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; next unless $CF-&gt;CurrentUserHasRight(&#39;ModifyCustomField&#39;);</b><br>&lt;tr&gt;<br>&lt;td class=&quot;label&quot;&gt;&lt;% $CF-&gt;Name %&gt;:&lt;/td&gt;<br>
&lt;td&gt;&lt;&amp; /Elements/EditCustomField, CustomField =&gt; $CF, NamePrefix =&gt;<br>&nbsp;&nbsp;&nbsp; &quot;Object-RT::Transaction--CustomField-&quot; &amp;&gt;&lt;em&gt;&lt;% $CF-&gt;FriendlyType %&gt;&lt;/em&gt;&lt;/td&gt;<br>&lt;/tr&gt;<br>
%&nbsp;&nbsp;&nbsp; } # end if while<br>% } # end of if<br><br><br>$ diff Update.html /usr/share/request-tracker3.8/html/Ticket/Update.html<br>103d102<br>&lt; %&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; next unless $CF-&gt;CurrentUserHasRight(&#39;ModifyCustomField&#39;);<br>
<br><br>Rémi<br>