You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following a filter on Status with one for Last Name throws 500 error. Filtering on Last Name followed by a filter on Status does not. Following the Last Name filter with a Status filter followed by a Graduation Semester (List) filter does throw an error.
The text was updated successfully, but these errors were encountered:
java.lang.NullPointerException: null
at org.tdl.vireo.controller.SubmissionListController.addFilterCriterion(SubmissionListController.java:237) ~[classes/:na]
at org.tdl.vireo.controller.SubmissionListController$$FastClassBySpringCGLIB$$36c0d017.invoke() ~[classes/:na]
While this ticket does have somewhat of a workaround it is the most frequent issue I get zendesk tickets for. Can the priority be bumped up a bit for the next sprint?
Following a filter on Status with one for Last Name throws 500 error. Filtering on Last Name followed by a filter on Status does not. Following the Last Name filter with a Status filter followed by a Graduation Semester (List) filter does throw an error.
The text was updated successfully, but these errors were encountered: