ngx-edu-sharing-metaqs2 0.9.58 → 0.9.59

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.
@@ -1745,6 +1745,8 @@ class EditorialLinkService {
1745
1745
  filters[filterName] = filterValue;
1746
1746
  const theUrl = this.env.eduSharingPath + '/components/editorial-desk';
1747
1747
  const params = new URLSearchParams();
1748
+ // this provides information to the editorial desk that any global group filter needs to be reset for this query
1749
+ params.set('resetGroup', 'true');
1748
1750
  params.set('mode', 'audit');
1749
1751
  params.set('filters', JSON.stringify(filters));
1750
1752
  return `${theUrl}?${params}`;