refactor: disable locate action chips

This commit is contained in:
Wieland Schöbl
2022-01-25 16:28:50 +01:00
parent d86a7353dd
commit 72060cbed7

View File

@@ -38,7 +38,7 @@ export class ActionChipListComponent {
this._item = item;
this.applicable = {
locate: this.item.hasOwnProperty('inPlace'),
locate: false, // TODO: reimplement this at a later date
event:
item.type === SCThingType.AcademicEvent ||
(item.type === SCThingType.DateSeries &&