Skip to content

Commit

Permalink
Merge branch '5.0/hide-empty-custom-role-fields' into 5.0-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Apr 9, 2024
2 parents dc24902 + 77abfa9 commit d5ab726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/html/Ticket/Elements/ShowPeople
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

% $m->callback( CustomRoles => $multi_roles, SingleRoles => 0, Ticket => $Ticket, %ARGS, CallbackName => 'ModifyCustomRoles' );
% while (my $role = $multi_roles->Next) {
<div class="form-row">
<div class="form-row<% $Ticket->RoleGroup($role->GroupType)->MembersObj->Count ? q{} : q{ unset-field} %>">
<div class="label col-3"><% $role->Name %>:
% if ( $role->EntryHint ) {
<span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<% $role->EntryHint %>" />
Expand Down

0 comments on commit d5ab726

Please sign in to comment.