Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search
Commits
24079e83
Commit
24079e83
authored
Sep 27, 2021
by
Gradl, Tobias
Browse files
441: Fix issues related to deployment of upcoming v4-release (OPENED)
Task-Url:
#441
parent
cf30abe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
search-core/src/main/java/eu/dariah/de/search/api/client/CollectionSyncClient.java
View file @
24079e83
...
...
@@ -186,6 +186,7 @@ public class CollectionSyncClient extends BaseApiClientImpl<CollectionApiPojo, E
for
(
Endpoint
eCurrent
:
cCurrent
.
getEndpoints
())
{
if
(
this
.
endpointsAreSame
(
eCurrent
,
eFetched
))
{
eCurrent
.
setAccessModelId
(
eFetched
.
getAccessModelId
());
eCurrent
.
setPatterns
(
eFetched
.
getPatterns
());
mergeOrUnchanged
=
true
;
this
.
mergeDatamodelReferences
(
eCurrent
,
eFetched
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment