changed default value (suggested) for added duplictes
This commit is contained in:
parent
004cb02cec
commit
aa8c467253
|
@ -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">
|
||||
|
|
|
@ -265,7 +265,7 @@ orgsModule.directive('orgDuplicates', function($http, $location, $route) {
|
|||
'oaUrl' : scope.newDuplicate.urls.join(),
|
||||
'oaCollectedFrom' : '',
|
||||
'createdBy' : currentUser(),
|
||||
'relType' : 'is_similar'
|
||||
'relType' : 'suggested'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue