Patching the Cura Childcare Suite

1. Overview

The Cura Childcare Suite has been designed to be a fully integrated module of the Drupal web platform.

2. Patches

2.1. System module

The core Drupal 7 system requires a patch in order to allow the cache to be cleared when working on entities.

2.2. Date module

Problem: When using the next button on the calendar it skips months.

Solution: Replace max with min in line 284 of the ~/public_html/sites/all/modules/date/date_views/includes/date_views_plugin_pager.inc file.

See #2375235: Calendar block Next/Prev navigation broken

2.3. Oauth Connector module

Problem: The admin config screen fails.

Solution: Apply patch https://www.drupal.org/files/issues/2930200-error_operator-3.patch


Back to help on administration