Fixing state_to_string for errors and timeouts

Review Request #10058 — Created July 3, 2018 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Fixing state_to_string for errors and timeouts.

Should be using string equality, instead of identity.

Before change -> Internal Error (500) when using the REST API on a review with an error status update.
After change -> No error, data retrieved is correct.

    Loading...