silverstripe-contentreview/code
NightJar ea4b6f5357 Avoid fatal errors when trying to edit in the CMS
If a page has it's `ContentReviewType` `Disabled` (either directly or on a parent via a `Inherit`) **AND ** has a `NextReviewDate` in the past, the page will cause a fatal error when attempting to load it for editing in the CMS. We can avoid this by checking if a pages Options are a boolean value (false for disabled) before trying to call methods on it. Addresses issue #55
2017-03-24 11:52:35 +13:00
..
compatability Fixed code style 2015-11-02 12:53:31 +13:00
extensions Avoid fatal errors when trying to edit in the CMS 2017-03-24 11:52:35 +13:00
jobs fix(ContentReviewNotificationJob): Changed to use ->config() system so that the next_run_hour can be configured in YAML. 2016-04-11 16:44:26 +10:00
models Fixed code style 2015-11-02 12:53:31 +13:00
reports Converted to PSR-2 2015-11-18 16:38:28 +13:00
tasks API CMS Editable notification templates 2015-11-18 13:25:54 +13:00