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

FIX Use canDelete, not the now-deleted canArchive #2984

Closed GuySartorelli closed 4 weeks ago

GuySartorelli commented 1 month ago

canArchive() is removed in favour of canDelete() in https://github.com/silverstripe/silverstripe-versioned/pull/460

Issue