Skip to content
Snippets Groups Projects
Commit c25d8578 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

comment out unimplemented filter options for the question list

parent 5be72639
Branches
Tags
No related merge requests found
...@@ -202,6 +202,7 @@ ...@@ -202,6 +202,7 @@
<span [ngClass]="{owner: 'owner-icon'}[currentFilter]">{{ 'comment-list.filter-owner' | translate }}</span> <span [ngClass]="{owner: 'owner-icon'}[currentFilter]">{{ 'comment-list.filter-owner' | translate }}</span>
</button> </button>
<!--
<button mat-menu-item <button mat-menu-item
*ngIf="userRole !== 3" *ngIf="userRole !== 3"
(click)="filterComments(lecturer)" (click)="filterComments(lecturer)"
...@@ -222,6 +223,7 @@ ...@@ -222,6 +223,7 @@
<span <span
[ngClass]="{moderator: 'moderator-icon'}[currentFilter]">{{ 'comment-list.filter-moderator' | translate }}</span> [ngClass]="{moderator: 'moderator-icon'}[currentFilter]">{{ 'comment-list.filter-moderator' | translate }}</span>
</button> </button>
-->
<button mat-menu-item <button mat-menu-item
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment