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 (from r101670)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112017 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7d3d9a005e
commit
6490b111b6
@ -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