User update any value in the batch details, the batch start date is auto updated and the date is reduced by 1 from the existing date. #176
Replies: 2 comments 1 reply
-
@kamal-singhal Please share the CURL that is getting triggered on 'Update' button. |
Beta Was this translation helpful? Give feedback.
-
@Jayaprakash8887 Please find the below curl request which is called during update curl --location --request PATCH 'https://dev.oci.diksha.gov.in/learner/course/v1/batch/update' |
Beta Was this translation helpful? Give feedback.
-
Hi team,
We are facing issue that Whenever the user update any value in the course batch details, the batch start date is auto updated and the value is reduced by 1 from the existing date in the DB.
Database details:
server: cassandra
keyspace: sunbird_course
table name : course_batch
We also checked the batch start date in the another table as content_hierarchy, in this table date of start date showing fine as expected.
Can you help us to figure out what is the issue that why start date is auto update whenever user update batch details. On the report the batch start date coming from the course batch table so it's showing wrong date on the report.
We need your help to debug this issue. for your reference, attached the screen shots of UI & data in the database for for your better understanding.
Beta Was this translation helpful? Give feedback.
All reactions