silverstripe / silverstripe-cms

Silverstripe CMS - this is a module for Silverstripe Framework rather than a standalone app. Use https://github.com/silverstripe/silverstripe-installer/ to set this up.
http://silverstripe.org/
BSD 3-Clause "New" or "Revised" License
512 stars 331 forks source link

ENH Don't emit deprecation warnings for unavoidable API calls #2985

Closed GuySartorelli closed 4 weeks ago

GuySartorelli commented 1 month ago

Versioned::canArchive() is deprecated in https://github.com/silverstripe/silverstripe-versioned/pull/461

We can't stop calling it directly until CMS 6 because people may have implemented extensions that update the result of this permission check.

Issue