mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
ENHANCEMENT RedirectorPage ExternalURL field now defaults to http:// to be consistent with the "Another website" option for HtmlEditorField LinkForm
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@101670 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0e77cfbb09
commit
b8520cc20c
@ -15,7 +15,8 @@ class RedirectorPage extends Page {
|
||||
);
|
||||
|
||||
static $defaults = array(
|
||||
"RedirectionType" => "Internal"
|
||||
"RedirectionType" => "Internal",
|
||||
"ExternalURL" => "http://"
|
||||
);
|
||||
|
||||
static $has_one = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user