Globalshala / Eval-Bridge-bugs

In the Repository, we will add the bugs related to eval bridge system
0 stars 1 forks source link

Send Back To Evaluator Issue: Error Message "Cannot read properties of undefined (reading 'sk')" When clicked on "Send Back to Evaluator" #109

Closed Adnan-shariff closed 3 months ago

Adnan-shariff commented 4 months ago

Describe the bug: When attempting to send an application back to the evaluator, an error message appears, stating "Cannot read properties of undefined (reading 'sk')."

Scope of the bug: Evaluation> Review> Send Back to Evaluator This bug affects the functionality of the "Send Back to Evaluator" feature.

Steps To Reproduce: 1.Fill the application and Click on send to Next level 2.In review click on Send back to evaluator

Expected Behavior: The application should be successfully sent back to the evaluator without any error messages.

Actual Behavior: An error message "Cannot read properties of undefined (reading 'sk')" is displayed when trying to send an application back to the evaluator.

Screenshots: 2024-05-20 18_06_43- 2024-05-20 18_03_12-

ipankajparihar commented 4 months ago

I did not encounter this error but there was error with handleUpdateInTransactItem in //assign to evaluator part , this handleUpdateInTransactItem function has been updated but not merged with main branch yet (asked Manish). It will resolve the problem.

shivanim11 commented 3 months ago

Fixed