negative stunden markieren

headerfilter angepasst fuer minusstunden
This commit is contained in:
ma0048
2025-12-02 13:25:46 +01:00
parent 89ec51bd0a
commit 257038a2d1
@@ -13,7 +13,7 @@ function parseFilterExpression(expression)
andParts.forEach(term => {
const comparisonMatch = term.match(/^(<=|>=|<|>|=|!=)\s*(\d+(?:[.,]\d+)?)$/);
const comparisonMatch = term.match(/^(<=|>=|<|>|=|!=)\s*(-?\d+(?:[.,]\d+)?)$/);
if (comparisonMatch)
{