mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
API CHANGE Removed SiteTree->LegacyURL property - it was never evaluated as a fallback in controllers anyway, and is just confusing to have without any functionality or edit interface attached to it (originally committed in r22189)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@74066 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
033e51c280
commit
740dfef39e
@ -73,7 +73,6 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
"HomepageForDomain" => "Varchar(100)",
|
||||
"ProvideComments" => "Boolean",
|
||||
"Sort" => "Int",
|
||||
"LegacyURL" => "Varchar(255)",
|
||||
"HasBrokenFile" => "Boolean",
|
||||
"HasBrokenLink" => "Boolean",
|
||||
"Status" => "Varchar",
|
||||
|
Loading…
Reference in New Issue
Block a user