-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IQ-125 Modified Review flow for observation/survey #49
IQ-125 Modified Review flow for observation/survey #49
Conversation
assessment-api/assessment-service/app/controllers/v5/QuestionSetController.scala
Outdated
Show resolved
Hide resolved
assessment-api/assessment-service/app/controllers/v4/QuestionSetController.scala
Outdated
Show resolved
Hide resolved
assessment-api/assessment-actors/src/main/scala/org/sunbird/actors/QuestionSetActor.scala
Outdated
Show resolved
Hide resolved
assessment-api/assessment-actors/src/main/scala/org/sunbird/actors/QuestionSetActor.scala
Show resolved
Hide resolved
throw new ClientException(errCode, "Comment key is missing or value is empty in the request body.") | ||
} else { | ||
val readReq = request | ||
readReq.put("identifier", identifier) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add mode=edit in the read request . so that you system will fetch latest node.
assessment-api/assessment-actors/src/main/scala/org/sunbird/v5/actors/QuestionSetActor.scala
Outdated
Show resolved
Hide resolved
assessment-api/assessment-actors/src/main/scala/org/sunbird/v5/actors/QuestionSetActor.scala
Show resolved
Hide resolved
throw new ClientException(errCode, "Comment key is missing or value is empty in the request body.") | ||
} else { | ||
val readReq = request | ||
readReq.put("identifier", identifier) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add mode=edit in the read request . so that you system will fetch latest node.
@krgauraw
Design doc approved by DC - https://project-sunbird.atlassian.net/l/cp/HDuR6Nmz
Story - https://project-sunbird.atlassian.net/browse/IQ-125
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
Please choose appropriate options.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes in the below checkboxes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: