Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
INB
eTRANSAFE
pretox-rest-api
Commits
a0180df0
Commit
a0180df0
authored
Nov 02, 2021
by
Javi Corvi
Browse files
two facets missing bug
parent
301490df
Pipeline
#25591
passed with stage
in 4 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/es/bsc/inb/ades/rest/api/services/DocumentServiceImpl.java
View file @
a0180df0
...
...
@@ -291,9 +291,15 @@ public class DocumentServiceImpl implements DocumentService {
//SROBSTDY --> Start Phase Day of Observation
retStr
.
append
(
""
);
retStr
.
append
(
"|"
);
//SRENDY --> ??
retStr
.
append
(
""
);
retStr
.
append
(
"|"
);
//SRENPHSE -->Study Phase of last Observation
retStr
.
append
(
""
);
retStr
.
append
(
"|"
);
//SROBENDY --> ??
retStr
.
append
(
""
);
retStr
.
append
(
"|"
);
//SRDOMAIN --> Domain of Finding
retStr
.
append
(
srDomainFinding
.
getSRDOMAIN
()==
null
?
""
:
srDomainFinding
.
getSRDOMAIN
());
retStr
.
append
(
"|"
);
...
...
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