Skip to content

Commit

Permalink
Metadata create page - allow to configure the metadata template / gro…
Browse files Browse the repository at this point in the history
…up to select by default (#108) - fix display title for the selected metadata
  • Loading branch information
josegar74 authored and fxprunayre committed Mar 28, 2022
1 parent 3a41d68 commit 0817d6b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2034,8 +2034,6 @@
templateUrl: '../../catalog/components/utility/' +
'partials/metadataselector.html',
link: function(scope, element, attrs) {
scope.selectedMetadata = null;

scope.searchObj.params = angular.extend({},
scope.searchObj.defaultParams);

Expand All @@ -2044,7 +2042,7 @@
};

scope.selectMetadata = function(md) {
scope.selectedMetadata = md;
scope.md = md;
scope.uuid = md.uuid;
}

Expand Down

0 comments on commit 0817d6b

Please sign in to comment.