fixing: "das Suchfeld in der Tabelle wieder herstellen"

This commit is contained in:
frankknoll
2023-06-11 17:12:10 +02:00
parent 77a11b15d0
commit a08d48dc66
8 changed files with 47 additions and 15 deletions

View File

@@ -64,4 +64,8 @@ class UIUtils {
urlParams.get(searchParam) :
defaultValue;
}
static isSearchParamYES(urlParams, searchParam) {
return UIUtils.getSearchParam(urlParams, searchParam, 'NO').toUpperCase() == 'YES';
}
}