If your site has a SiteTree extension extending canEdit and returning true then the default SiteTree Permissions are never called, and the user is always granted permission.
Instead, return null, or "Don't affect the outcome" and rely on SiteTree or Inherited permissions
If your site has a SiteTree extension extending canEdit and returning true then the default SiteTree Permissions are never called, and the user is always granted permission.
Instead, return null, or "Don't affect the outcome" and rely on SiteTree or Inherited permissions
@see https://github.com/silverstripe-terraformers/silverstripe-embargo-expiry/issues/34
Resolves #34