hi rt-devels<br><br>I've made a little patch for Ticket/Update.html to disable the display of TransactionCustomFields when a user doesn't have the right to modify it (so there si no need to diplay it!).<br><br><br>
% if (my $TxnCFs = $TicketObj->TransactionCustomFields) {<br>% while (my $CF = $TxnCFs->Next()) {<br><b>% next unless $CF->CurrentUserHasRight('ModifyCustomField');</b><br><tr><br><td class="label"><% $CF->Name %>:</td><br>
<td><& /Elements/EditCustomField, CustomField => $CF, NamePrefix =><br> "Object-RT::Transaction--CustomField-" &><em><% $CF->FriendlyType %></em></td><br></tr><br>
% } # 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>< % next unless $CF->CurrentUserHasRight('ModifyCustomField');<br>
<br><br>Rémi<br>