mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
refactor: disable locate action chips
This commit is contained in:
@@ -38,7 +38,7 @@ export class ActionChipListComponent {
|
|||||||
this._item = item;
|
this._item = item;
|
||||||
|
|
||||||
this.applicable = {
|
this.applicable = {
|
||||||
locate: this.item.hasOwnProperty('inPlace'),
|
locate: false, // TODO: reimplement this at a later date
|
||||||
event:
|
event:
|
||||||
item.type === SCThingType.AcademicEvent ||
|
item.type === SCThingType.AcademicEvent ||
|
||||||
(item.type === SCThingType.DateSeries &&
|
(item.type === SCThingType.DateSeries &&
|
||||||
|
|||||||
Reference in New Issue
Block a user