Merge pull request #4765 from GabrielInTheWorld/hotfixAgendaList

Fixes error of 'listOfSpeakersUrl'
This commit is contained in:
Emanuel Schütze 2019-06-05 15:02:37 +02:00 committed by GitHub
commit 3338039627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -87,10 +87,7 @@
<!-- The menu content -->
<mat-menu #motionBlockMenu="matMenu">
<button *ngIf="block" mat-menu-item [routerLink]="block.listOfSpeakersUrl">
<mat-icon>mic</mat-icon>
<span translate>List of speakers</span>
</button>
<os-speaker-button [menuItem]=true [object]="block"></os-speaker-button>
<os-projector-button *ngIf="block" [object]="block" [menuItem]="true"></os-projector-button>