Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
TM Update feature adjustments:
- use batches for packaging TM job items in files to avoid endpoint throttling issues
- XML files will store max 500 items per file
Updated warn-before-leave.js to not unbind events and to use Drupal.behaviors for input and textareas.
Previously the unbind event would cause certain ajax and other functions added by other modules to not run. This was noticed specifically with the ajax with image fields after removing and trying to add again.
This update fixes this non-reported issue by removing the unbind function from the javascript. Drupal.behaviors was added to the inputs and textareas in order to bind the change event to all input and textareas.