Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
1812a2bf
Commit
1812a2bf
authored
Apr 29, 2014
by
Matija Obreza
Browse files
Ah.
parent
05b9344d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/genesys2/server/service/impl/RequestServiceImpl.java
View file @
1812a2bf
...
...
@@ -252,7 +252,7 @@ public class RequestServiceImpl implements RequestService {
for
(
MaterialSubRequest
subrequest
:
materialRequest
.
getSubRequests
())
{
RequestBody
rbs
=
mapper
.
readValue
(
subrequest
.
getBody
(),
RequestBody
.
class
);
rbs
.
pid
=
pid
;
subrequest
.
setBody
(
serialize
(
rb
));
subrequest
.
setBody
(
serialize
(
rb
s
));
LOG
.
info
(
"Updating subrequest: "
+
subrequest
);
subRequestRepository
.
save
(
subrequest
);
}
...
...
Write
Preview
Supports
Markdown
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