changed default value (suggested) for added duplictes

This commit is contained in:
Michele Artini 2022-04-20 09:05:20 +02:00
parent 004cb02cec
commit aa8c467253
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
</ul>
</nav>
<p ng-if="mode == 'select-modal'">Click on the <b>organization name</b> to select (multiple selection is allowed)</p>
<p ng-if="mode == 'select-modal'">Click the <b>organization name</b> to add the organization (multiple selection is allowed)</p>
<table class="table table-sm table-hover" ng-if="orgs.content.length > 0">
<thead class="thead-light">

View File

@ -265,7 +265,7 @@ orgsModule.directive('orgDuplicates', function($http, $location, $route) {
'oaUrl' : scope.newDuplicate.urls.join(),
'oaCollectedFrom' : '',
'createdBy' : currentUser(),
'relType' : 'is_similar'
'relType' : 'suggested'
});
}
}