diff --git a/web-ui/src/main/resources/catalog/js/CatController.js b/web-ui/src/main/resources/catalog/js/CatController.js index 37b471c313fa..b53f7d5d7f44 100644 --- a/web-ui/src/main/resources/catalog/js/CatController.js +++ b/web-ui/src/main/resources/catalog/js/CatController.js @@ -1757,7 +1757,6 @@ $scope.publicationOptions = []; $scope.getFacetLabel = gnFacetMetaLabel.getFacetLabel; - $http.get("../api/records/sharing/options").then(function (response) { $scope.publicationOptions = response.data; }); diff --git a/web-ui/src/main/resources/catalog/views/default/templates/recordView/lineage.html b/web-ui/src/main/resources/catalog/views/default/templates/recordView/lineage.html index 66f79e8d01b7..23fbd5843165 100644 --- a/web-ui/src/main/resources/catalog/views/default/templates/recordView/lineage.html +++ b/web-ui/src/main/resources/catalog/views/default/templates/recordView/lineage.html @@ -3,9 +3,15 @@