-
- Downloads
Fix Request.Status.toString causing 500 errors for filters
- 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.
Showing
- src/main/java/nl/tudelft/ewi/queue/model/Request.java 5 additions, 1 deletionsrc/main/java/nl/tudelft/ewi/queue/model/Request.java
- src/main/resources/templates/request/list/filters.html 1 addition, 1 deletionsrc/main/resources/templates/request/list/filters.html
- src/main/resources/templates/request/list/requesttable.html 2 additions, 2 deletionssrc/main/resources/templates/request/list/requesttable.html
Loading
Please register or sign in to comment