Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Security and Compliance
Entitlements
Commits
f5f8533a
Commit
f5f8533a
authored
Jun 24, 2021
by
Bill Wang
Committed by
Spencer Sutton
Jul 06, 2021
Browse files
inspect check gate for user node exist
parent
407f2463
Changes
1
Hide whitespace changes
Inline
Side-by-side
entitlements-v2-core/src/main/java/org/opengroup/osdu/entitlements/v2/service/AddMemberService.java
View file @
f5f8533a
...
...
@@ -43,7 +43,7 @@ public class AddMemberService {
()
->
{
System
.
out
.
println
(
"No user Node found, adding it"
);
return
createNewMemberNode
(
addMemberDto
.
getEmail
(),
memberDesId
,
addMemberServiceDto
.
getPartitionId
())
return
createNewMemberNode
(
addMemberDto
.
getEmail
(),
memberDesId
,
addMemberServiceDto
.
getPartitionId
())
;
}
);
EntityNode
existingGroupEntityNode
=
retrieveGroupRepo
.
groupExistenceValidation
(
addMemberServiceDto
.
getGroupEmail
(),
addMemberServiceDto
.
getPartitionId
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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