ithc changes and uat fixes

This commit is contained in:
2021-11-17 11:31:49 +00:00
parent fc79f72184
commit 4419681ebb
30 changed files with 565 additions and 496 deletions
+2 -1
View File
@@ -232,7 +232,8 @@ let AdvancedSearch = (props) => {
var searchString = "";
searchString += values.caseRef != null ? "?q=" + values.caseRef : "";
searchString +=
values.caseRef.trim() != null ? "?q=" + values.caseRef.trim() : "";
searchString +=
values.lpaTypes != null
? (typeof values.caseRef == "undefined" ? "?" : "&") +