ngx-edu-sharing-metaqs2 0.9.56 → 0.9.58

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.
@@ -1724,6 +1724,9 @@ class EditorialLinkService {
1724
1724
  filters['ccm:oeh_publisher_combined'] = [sourceId];
1725
1725
  }
1726
1726
  else if (sourceType === 'collection') {
1727
+ if (!sourceId.startsWith('http://')) {
1728
+ sourceId = 'http://w3id.org/openeduhub/vocabs/oeh-topics/' + sourceId;
1729
+ }
1727
1730
  filters['virtual:collection_id_primary'] = [sourceId];
1728
1731
  }
1729
1732
  if (!Issues2FilterNames.has(issueId)) {