Fix "clear filter" button appearing
All threads resolved!
All threads resolved!
Compare changes
@@ -15,9 +15,7 @@
@@ -15,9 +15,7 @@
@@ -38,6 +36,7 @@ import org.springframework.util.LinkedMultiValueMap;
@@ -38,6 +36,7 @@ import org.springframework.util.LinkedMultiValueMap;
@@ -59,6 +58,9 @@ import com.querydsl.core.types.dsl.BooleanExpression;
@@ -59,6 +58,9 @@ import com.querydsl.core.types.dsl.BooleanExpression;
@@ -71,8 +73,8 @@ public class RequestTableService {
@@ -71,8 +73,8 @@ public class RequestTableService {
* Analyses the given parameters and performs an action based on it. If the parameters contain a 'clear'
* attribute, the filters stored in the current session are removed. Otherwise, the given parameters and
@@ -81,15 +83,14 @@ public class RequestTableService {
@@ -81,15 +83,14 @@ public class RequestTableService {
@@ -267,6 +268,15 @@ public class RequestTableService {
@@ -267,6 +268,15 @@ public class RequestTableService {