Commit e4df8be1 authored by Radheshhathwar's avatar Radheshhathwar
Browse files

changed reviewerId value accept value

1 merge request!20changed reviewerId value accept value
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment