From aa8c467253b673fcefb2e3c93b9f40c97ae15ed1 Mon Sep 17 00:00:00 2001 From: "michele.artini" Date: Wed, 20 Apr 2022 09:05:20 +0200 Subject: [PATCH] changed default value (suggested) for added duplictes --- .../resources/static/resources/html/parts/org_results_page.html | 2 +- .../src/main/resources/static/resources/js/organizations.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dnet-orgs-database-application/src/main/resources/static/resources/html/parts/org_results_page.html b/apps/dnet-orgs-database-application/src/main/resources/static/resources/html/parts/org_results_page.html index 6ffddb26..1d98f884 100644 --- a/apps/dnet-orgs-database-application/src/main/resources/static/resources/html/parts/org_results_page.html +++ b/apps/dnet-orgs-database-application/src/main/resources/static/resources/html/parts/org_results_page.html @@ -36,7 +36,7 @@ -

Click on the organization name to select (multiple selection is allowed)

+

Click the organization name to add the organization (multiple selection is allowed)

diff --git a/apps/dnet-orgs-database-application/src/main/resources/static/resources/js/organizations.js b/apps/dnet-orgs-database-application/src/main/resources/static/resources/js/organizations.js index 8c2cfbe9..e5ec7f74 100644 --- a/apps/dnet-orgs-database-application/src/main/resources/static/resources/js/organizations.js +++ b/apps/dnet-orgs-database-application/src/main/resources/static/resources/js/organizations.js @@ -265,7 +265,7 @@ orgsModule.directive('orgDuplicates', function($http, $location, $route) { 'oaUrl' : scope.newDuplicate.urls.join(), 'oaCollectedFrom' : '', 'createdBy' : currentUser(), - 'relType' : 'is_similar' + 'relType' : 'suggested' }); } }