mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
MINOR Reinstated date and time fields
This commit is contained in:
parent
de6d375b6c
commit
ba454f7f18
@ -86,7 +86,7 @@ class BasicFieldsTestPage extends TestPage {
|
||||
));
|
||||
|
||||
// All these date/time fields generally have issues saving directly in the CMS
|
||||
/*$fields->addFieldsToTab('Root.Content.DateTimeTests', array(
|
||||
$fields->addFieldsToTab('Root.Content.DateTimeTests', array(
|
||||
new CalendarDateField('CalendarDate','CalendarDateField'),
|
||||
new CompositeDateField('CompositeDate','CompsiteDateField'),
|
||||
new DateField('Date','DateField'),
|
||||
@ -96,7 +96,7 @@ class BasicFieldsTestPage extends TestPage {
|
||||
new DropdownTimeField('DropdownTime','DropdownTimeField'),
|
||||
new PopupDateTimeField('PopupDateTime','PopupDateTimeField'),
|
||||
new TimeField('Time','TimeField')
|
||||
));*/
|
||||
));
|
||||
|
||||
$fields->addFieldsToTab('Root.Content.FileTests', array(
|
||||
new ImageField('Image','ImageField'),
|
||||
|
Loading…
Reference in New Issue
Block a user