Resolve "Filters do not work properly with new requests"
Compare changes
@@ -70,7 +70,8 @@ function inFilter(requestInfo) {
It will fix the filters for new requests whenever they get updated automatically.
Change the filter for adding new requests. It was a check if either the assigned was null or if the assigned was contained in the selected assigned, but with new requests the assigned was always null such that it would always go through the filter. Now it is changed to check if it either contains it or if all are selected.
Closes #300 (closed)