Is anybody else testing release 88 of the Event Calendar on SS 2.4.0b2?
Now that CalendarDateField has been moved into the legacydatetimefields module, I'm chasing Errors around.
1st I svn'd the legacy module and got an error in LegacyDateField.php
$formID = $this->form->FormName();
saying it can't find/do the FormName() method in this instance when trying to view an exisiting Calendar in the backend.
I'm not sure how much development will be continued with the legacy module so don't know if a bug is relevant here
Then I renamed the CalendarDateField calls in CalendarDateTime.php to DateField and TimeField respectively as per
http://open.silverstripe.org/changeset/99360
moved the legacy folder out of the way and now I've landed on:
Fatal error: Class 'CalendarDateField' not found in C:\wamp\www\silverstripe\sapphire\forms\TableField.php on line 769
which has me stumped as I don't think I should be editing that.
p.s how do I use setConfig() as per http://open.silverstripe.org/changeset/99360 ?