mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 04:53:02 +00:00
refactor: disable locate action chips
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user