mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:30:42 +00:00
Fix Control UI blank sections caused by malformed persisted cron rows. - filter invalid cron payloads at the cron.list UI boundary - guard stale cron payload reads in render, edit, and detail paths - add regression coverage for malformed cron rows from #55047 and #54439 Closes #55047. Closes #54439. Supersedes #54550. Supersedes #54552.