mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-04-11 07:07:33 +02:00
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>