Files
Andy Miller e7fb97ca3a fix: scheduler status display to match runtime enabled logic
When a job entry is absent from scheduler.yaml status map, the PHP
runtime correctly treats it as enabled, but the Twig template was
incorrectly showing it as disabled due to Twig's `null is defined`
evaluating to true. Simplified the check to only disable when
explicitly set to 'disabled'.

Fixes getgrav/grav#4047

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 11:17:33 -06:00
..