Page MenuHomePhabricator

Server 500 on trying to modify application status from INVALID to anything else
Closed, ResolvedPublic

Description

Trying to modify the status of an invalid application results in a server 500 error, since we exclude apps with the status INVALID when using the normal objects.get/filter(). Handle this error gracefully (return the coordinator back to the app with an error message) and write tests to cover this use case.

Event Timeline

AVasanth_WMF updated the task description. (Show Details)
AVasanth_WMF moved this task from Incoming tasks to Open tasks on the Library-Card-Platform board.

Hello @Samwalton9 I am able to reproduce this error, and I think I can handle this as described. Can I work on this one?

Absolutely - I don't have time to provide further guidance on the steps required beforehand, but I'd be happy to answer questions or give feedback as you give it a go :)

Yes that will work for me :D, Will give an update on this soon.