From 17facbac68a983f0a02ee3d5850e3dfd5bb0ae41 Mon Sep 17 00:00:00 2001 From: Francois Prunayre Date: Wed, 14 Feb 2024 10:40:48 +0100 Subject: [PATCH] Metawal / Record view / Enable citation. --- web-ui/src/main/resources/catalog/js/CatController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/src/main/resources/catalog/js/CatController.js b/web-ui/src/main/resources/catalog/js/CatController.js index 5e2797fa6a4..e235fa5bcf4 100644 --- a/web-ui/src/main/resources/catalog/js/CatController.js +++ b/web-ui/src/main/resources/catalog/js/CatController.js @@ -835,7 +835,7 @@ showStatusWatermarkFor: "", showStatusTopBarFor: "", showCitation: { - enabled: false, + enabled: true, // if: {'documentStandard': ['iso19115-3.2018']} if: { resourceType: ["series", "dataset", "nonGeographicDataset"] } },