From c25d8578d39a675b7e1440e824c8ae059e36d93f Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Sun, 5 Sep 2021 13:00:16 +0200
Subject: [PATCH] comment out unimplemented filter options for the question
 list

---
 .../components/shared/comment-list/comment-list.component.html  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/app/components/shared/comment-list/comment-list.component.html b/src/app/components/shared/comment-list/comment-list.component.html
index 1131bf192..a68aeec4d 100644
--- a/src/app/components/shared/comment-list/comment-list.component.html
+++ b/src/app/components/shared/comment-list/comment-list.component.html
@@ -202,6 +202,7 @@
         <span [ngClass]="{owner: 'owner-icon'}[currentFilter]">{{ 'comment-list.filter-owner' | translate }}</span>
       </button>
 
+      <!--
       <button mat-menu-item
               *ngIf="userRole !== 3"
               (click)="filterComments(lecturer)"
@@ -222,6 +223,7 @@
         <span
           [ngClass]="{moderator: 'moderator-icon'}[currentFilter]">{{ 'comment-list.filter-moderator' | translate }}</span>
       </button>
+      -->
 
 
       <button mat-menu-item
-- 
GitLab