Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
e4df8be1
Commit
e4df8be1
authored
1 year ago
by
Radheshhathwar
Browse files
Options
Download
Patches
Plain Diff
changed reviewerId value accept value
parent
8973e809
Gcloud_fix
1 merge request
!20
changed reviewerId value accept value
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content-api/content-actors/src/main/scala/org/sunbird/content/actors/ContentActor.scala
+1
-1
.../main/scala/org/sunbird/content/actors/ContentActor.scala
with
1 addition
and
1 deletion
+1
-1
content-api/content-actors/src/main/scala/org/sunbird/content/actors/ContentActor.scala
+
1
−
1
View file @
e4df8be1
...
...
@@ -327,7 +327,7 @@ class ContentActor @Inject() (implicit oec: OntologyEngineContext, ss: StorageSe
else
new
ClientException
(
"ERR_INVALID_REQUEST"
,
"Content not in Review status."
)
request
.
getRequest
.
put
(
"versionKey"
,
node
.
getMetadata
.
get
(
"versionKey"
))
request
.
getRequest
.
put
(
"reviewerId"
,
"reviewerId"
)
request
.
getRequest
.
put
(
"reviewerId"
,
node
.
getMetadata
.
get
(
"reviewerId"
)
)
request
.
putIn
(
"publishChecklist"
,
null
).
putIn
(
"publishComment"
,
null
)
//updating node after changing the status
RequestUtil
.
restrictProperties
(
request
)
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets