diff --git a/share/html/Elements/CollectionList b/share/html/Elements/CollectionList index 273931177f4..6aaa169cdc7 100644 --- a/share/html/Elements/CollectionList +++ b/share/html/Elements/CollectionList @@ -125,7 +125,8 @@ foreach my $col (@Format) { $Class ||= $Collection->ColumnMapClassName; -$InlineEdit = 0 unless $Collection->isa('RT::Tickets') || $Collection->isa('RT::Assets'); +$InlineEdit = 0 + unless $session{CurrentUser}->Privileged && ( $Collection->isa('RT::Tickets') || $Collection->isa('RT::Assets') ); $m->out('