Skip to content

Commit

Permalink
MW / Record view / Add DCAT download.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Apr 5, 2024
1 parent f03a62b commit 64d39e7
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions web-ui/src/main/resources/catalog/js/CatController.js
Original file line number Diff line number Diff line change
Expand Up @@ -722,15 +722,29 @@
},
{
label: "exportXML",
// 'url' : '/formatters/xml?attachment=false',
url: "/formatters/xml",
class: "fa-file-code-o"
} /*,
},
{
label: "exportDCAT",
url: "/geonetwork/api/collections/main/items/${uuid}?f=dcat",
class: "fa-file-code-o"
}*/
label: "DCAT",
url: "/formatters/dcat?output=xml"
},
{
label: "EU-DCAT-AP",
url: "/formatters/eu-dcat-ap?output=xml"
},
{
label: "EU-GEO-DCAT-AP",
url: "/formatters/eu-geodcat-ap?output=xml"
},
{
label: "EU-DCAT-AP-MOBILITY",
url: "/formatters/eu-dcat-ap-mobility?output=xml"
},
{
label: "EU-DCAT-AP-HVD",
url: "/formatters/eu-dcat-ap-hvd?output=xml"
}
],
// Deprecated (use configuration on resultViewTpls)
grid: {
Expand Down

0 comments on commit 64d39e7

Please sign in to comment.