Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
ARSnova
frag.jetzt Backend
Commits
dcf3e607
Commit
dcf3e607
authored
Dec 03, 2021
by
Philipp Sautner
Browse files
Patch command now works successfully
parent
3d3f2475
Pipeline
#73383
passed with stages
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/thm/arsnova/frag/jetzt/backend/handler/CommentCommandHandler.java
View file @
dcf3e607
...
...
@@ -99,6 +99,7 @@ public class CommentCommandHandler {
bt
.
setRoomId
(
patched
.
getRoomId
());
bt
.
setCommentId
(
patched
.
getId
());
bt
.
setAccountId
(
patched
.
getCreatorId
());
bt
.
setQuestionNumber
(
patched
.
getNumber
());
return
bonusTokenService
.
create
(
bt
)
.
map
(
bonusToken
->
patched
);
...
...
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