@studyportals/fawkes 8.0.2-14 → 8.0.2-15

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.
@@ -15,7 +15,7 @@ export class DegreeAttendanceSpecialProgrammes extends ProgrammesBaseIndexabilit
15
15
  new SingleValueSelectedForFilterRule(FilterKey.DEGREE_TYPE),
16
16
  new SingleValueSelectedForFilterRule(FilterKey.SPECIAL_PROGRAMMES),
17
17
  new SingleValueSelectedForFilterRule(FilterKey.DELIVERY_METHOD),
18
- new OnlyFiltersSelectedRule([FilterKey.DEGREE_TYPE, FilterKey.SPECIAL_PROGRAMMES]),
18
+ new OnlyFiltersSelectedRule([FilterKey.DEGREE_TYPE, FilterKey.SPECIAL_PROGRAMMES, FilterKey.DELIVERY_METHOD]),
19
19
  new OnlineAttendanceRule()
20
20
  ];
21
21
  constructor(dependencies) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "8.0.2-14",
3
+ "version": "8.0.2-15",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"