Files
open-webui/backend/open_webui/models
Classic298andGitHub abc69000b3 fix: treat a non-numeric calendar alert_minutes as unset (#28790)
A calendar event's `meta` is a free-form dict, so `meta.alert_minutes` can hold any JSON type, while the upcoming-events lookup assumed it was a number and compared it directly. It now ignores a value that is not numeric and falls back to the default alert window for that event.

Handled on the read side rather than on the write path so events already stored with a non-numeric value are covered too. Numeric values are untouched, including the negative "no alert" sentinel.
2026-08-19 11:16:00 -07:00
..
2026-07-27 04:50:07 -04:00
2026-08-10 20:00:43 -06:00
2026-08-13 15:02:18 -06:00
2026-07-24 01:54:36 -04:00
2026-08-10 19:46:46 -06:00
2026-07-31 17:41:14 -04:00
2026-07-27 02:44:21 -04:00