ngx-edu-sharing-metaqs2 0.9.54 → 0.9.55
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.
|
@@ -1603,6 +1603,7 @@ const FilterNames2Issues = {
|
|
|
1603
1603
|
'virtual:editorial_exclusion': [
|
|
1604
1604
|
'outdated',
|
|
1605
1605
|
'without_preview',
|
|
1606
|
+
'broken_link',
|
|
1606
1607
|
'without_title',
|
|
1607
1608
|
'without_description',
|
|
1608
1609
|
'without_url',
|
|
@@ -1623,10 +1624,11 @@ const Issues2FilterNames = Object.entries(FilterNames2Issues).reduce((map, [key,
|
|
|
1623
1624
|
const MapValuesForFilter = {
|
|
1624
1625
|
'virtual:editorial_exclusion': {
|
|
1625
1626
|
outdated: null,
|
|
1626
|
-
without_preview:
|
|
1627
|
+
without_preview: ['missing_preview'],
|
|
1628
|
+
broken_link: ['links'],
|
|
1627
1629
|
without_title: ['missing_title'],
|
|
1628
1630
|
without_description: ['missing_description'],
|
|
1629
|
-
without_url: ['
|
|
1631
|
+
without_url: ['missing_url'],
|
|
1630
1632
|
without_type: ['missing_oeh_lrt'],
|
|
1631
1633
|
without_taxonomy_id: ['without_taxonomy_id'],
|
|
1632
1634
|
without_education_level: ['missing_educationalcontext'],
|
|
@@ -1636,7 +1638,8 @@ const MapValuesForFilter = {
|
|
|
1636
1638
|
},
|
|
1637
1639
|
'virtual:editorial_license': {
|
|
1638
1640
|
oer: ['oer'],
|
|
1639
|
-
|
|
1641
|
+
other_cc: ['none_oer'],
|
|
1642
|
+
copyright: ['licensed'],
|
|
1640
1643
|
without_license: ['none'],
|
|
1641
1644
|
},
|
|
1642
1645
|
'virtual:oeh_lrt': {},
|