Skip to content

Commit

Permalink
502 unpublished filter option (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
luorlandini authored Dec 2, 2021
1 parent 8d6558d commit c7b1fad
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,15 @@
},
"authenticated": true
},
{
"id": "unpublished",
"labelId": "gnhome.unpublished",
"type": "filter",
"query": {
"filter{is_published}": false
},
"authenticated": true
},
{
"id": "pending-approval",
"labelId": "gnhome.pendingApproval",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"customFiltersTitle": "Ressourcen",
"myResources": "Meine Ressourcen",
"pendingApproval": "Ausstehende Genehmigung",
"unpublished": "Unveröffentlicht",
"featuredList": "Vorgestellt",
"uploadDataset": "Datensatz hochladen",
"createDataset": "Dataset erstellen",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"customFiltersTitle": "Resources",
"myResources": "My resources",
"pendingApproval": "Pending approval",
"unpublished": "Unpublished",
"featuredList": "Featured",
"uploadDataset": "Upload dataset",
"createDataset": "Create dataset",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"customFiltersTitle": "Recursos",
"myResources": "Mis recursos",
"pendingApproval": "Aprobación pendiente",
"unpublished": "Inédita",
"featuredList": "Presentada",
"uploadDataset": "Subir conjunto de datos",
"createDataset": "Crear conjunto de datos",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"customFiltersTitle": "Ressources",
"myResources": "Mes ressources",
"pendingApproval": "En attente de validation",
"unpublished": "Inédite",
"featuredList": "Mis en exergue",
"uploadDataset": "Télécharger l'ensemble de données",
"createDataset": "Créer un ensemble de données",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"customFiltersTitle": "Risorse",
"myResources": "Le mie risorse",
"pendingApproval": "In attesa di approvazione",
"unpublished": "Non pubblicato",
"featuredList": "In primo piano",
"uploadDataset": "Carica dataset",
"createDataset": "Crea dataset",
Expand Down

0 comments on commit c7b1fad

Please sign in to comment.