devilry / trix2

Next generation Trix. Detailed task control and statistics app for better learning outcome.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Date selector calendar missing #120

Closed torgeirl closed 1 year ago

torgeirl commented 1 year ago

When debugging #72 I noticed the calendar that is used to select dates no longer pop-up for the statistics overview page.

The template has a div reference to class="input-group date" id="datetimepicker" so I assume that's something that needs to be updated. As a workaround dates can be added manually (YYYY-MM-DD).

Edit: found an issue in our end that prevented some JS from loading.