[Bug]: Redirect Issue When Deleting Evaluation in Evaluation Results View
bekossy opened this issue · 0 comments
bekossy commented
Describe the bug
When I delete an evaluation in the Evaluation Results view, I get redirected to an incorrect URL. Specifically, I am redirected to /apps/APP_ID/evaluations
, which does not exist. Instead, the correct redirect URL should be /apps/APP_ID/evaluations/results
.
To Reproduce
Steps to reproduce the behavior:
- Go to the Evaluation Results view.
- Click on the Delete Icon and Delete the evaluation
- Observe the redirection to
apps/APP_ID/evaluations
Expected behavior
After deleting an evaluation, the application should redirect to /apps/APP_ID/evaluations/results
.