@alfresco/adf-content-services 8.4.0-18718684741 → 8.4.0-18746123100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -805,8 +805,7 @@ class CustomResourcesService {
805
805
  '-TYPE:"fm:topic"',
806
806
  '-TYPE:"fm:post"',
807
807
  '-TYPE:"ia:calendarEvent"',
808
- '-TYPE:"lnk:link"',
809
- '-ASPECT:"app:linked"'
808
+ '-TYPE:"lnk:link"'
810
809
  ];
811
810
  return new Observable((observer) => {
812
811
  this.peopleApi.getPerson(personId).then((person) => {