This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

cjs3434
cjs3434

On case sensitive file systems the following causes the datepicker not to be recognised and it tries to render a partial which obviously doesn't exist:

start_date: label: Start date type: datepicker mode: date

Changing Backend\ServiceProvider from:

$manager->registerFormWidget('Backend\FormWidgets\DatePicker', [

to :

$manager->registerFormWidget('Backend\FormWidgets\DatePicker', [

fixes the bug

You wont be able to reproduce this bug on a case insenstive file system such as OSX

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.