Skip to content
GitLab
Menu
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
Domain Data Mgmt Services
Well-Planning-Execution
Depreciated Well Planning
Commits
cfee2073
Commit
cfee2073
authored
Feb 02, 2021
by
Sheng Wang
Browse files
comment out saveRecord
parent
dbe388a7
Pipeline
#24447
failed with stages
in 9 minutes and 4 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
wd-core/src/main/java/org/opengroup/osdu/wd/core/services/EntityStorageService.java
View file @
cfee2073
...
...
@@ -147,7 +147,7 @@ public class EntityStorageService {
//Save entity to storage service
if
(
this
.
saveStorage
.
equalsIgnoreCase
(
"true"
)
&&
version
>
invalid_version
)
{
Record
rec
=
conversion
.
toRecord
(
dto
);
StorageClient
.
saveRecord
(
requestInfo
.
getDpsHeaders
(),
rec
);
//
StorageClient.saveRecord(requestInfo.getDpsHeaders(), rec);
}
//Save entity to db
...
...
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