dpi / courier

Courier is a Drupal module providing a framework to send messages to entities.
https://drupal.org/project/courier
GNU General Public License v2.0
8 stars 3 forks source link

TemplateCollectionList element can not make more than 2 AJAX calls #28

Closed dpi closed 8 years ago

dpi commented 8 years ago

https://github.com/dpi/courier/issues/21#issuecomment-212651150

Similar issue: Views AJAX pagination broken after the first page.

Bug is caused by Method removing expired drupalSettings.ajax tries to remove settings when there is no ajax defined. This is a Drupal core bug which has been fixed in 8.2 (unstable), and is yet to be fixed in 8.1 (8.1.0 released days ago).

There is nothing actionable here, other than to push for the patch to be commited ASAP.

dpi commented 8 years ago

Further writeup on the alpha8 release page: https://www.drupal.org/node/2710681

dpi commented 8 years ago

Core fix available with release of 8.1.2