(RM 656) Flag module remove flagged contents via hook_entity_delete. However, opac-drush command do directly the request in database, so the hook was never called. Use node_delete_multiple instead of doing a query in opac_drush_purge_nodes function.
(RM 616) Fix due date date_format when due date is not null but empty (should be null, but a bug in koha restful returned it empty instead). Error was something like that: "Warning : date_timezone_set() expects parameter 1 to be DateTime, boolean given dans format_date() (ligne 2006 dans /home/drupal/www/includes/common.inc)."
(RM 736) Fix the link 'Back to the record details'. Error was something like that: "Notice : Undefined property: stdClass::$collapsible dans field_group_pre_render_fieldset() (ligne 583 dans /home/drupal/www/sites/all/modules/field_group/field_group.module)."
! [7.x-1.2] Merge remote-tracking branch 'origin/ft/R659' into 7.x-1.x
! [HEAD] Merge remote-tracking branch 'origin/ft/R736' into 7.x-1.x
--
- [bd55314] Merge remote-tracking branch 'origin/ft/R736' into 7.x-1.x
+ [435f41e] RM 736 - Fix the link 'Back to the record details'
+ [8c5d041] R616: Fix due date date_format when due date is not null but empty. (should be null, but a bug in koha restful returned it empty instead)