Skip to content

Fixed: OXUIB-2065: runtime error if vacationDomains configured in vacation rule

julian.baeume requested to merge fix/oxuib-2065 into develop

Implementation notes

Root cause: under some circumstances the MW sends the vacation domains as part of the rule, in some cases it does not. UI does not expect the tests to be part of the API response and fails with a runtime error.
Solution: handle test in vacation filter rule correctly

Merge request reports