Skip to content

Fix Request.Status.toString causing 500 errors for filters

Liam Clark requested to merge LiamClark/queue:fix-not-found-filter into development
  • Filters seem to crash because the toString method for the NOTFOUND status contained a whitespace.
  • The name of the toString() function was changed to displayName() to use the no longer use as the default for serialization.

Merge request reports