🐛 | Drupal core | D7 Backport of Allow formatPlural's plural string not to have '@count' in it in JavaScript
🇨🇦Canada hadsie
🐛 | Drupal core | D7 Backport of Allow formatPlural's plural string not to have '@count' in it in JavaScript
🇨🇦Canada hadsie
hadsie → created an issue.
🇨🇦Canada hadsie
🇨🇦Canada hadsie
🇨🇦Canada hadsie
🐛 | Drupal core | D7 Backport: Links with "@" are converted into email addresses even if there is no domain suffix present
🇨🇦Canada hadsie
🐛 | Drupal core | D7 Backport: Links with "@" are converted into email addresses even if there is no domain suffix present
🇨🇦Canada hadsie
hadsie → created an issue.
🇨🇦Canada hadsie
🐛 | Entity modified | Insert Error when entity_extract_ids returns NULL, length of entity_type is greater than 32 characters or entity_id is not an integer value.
🇨🇦Canada hadsie
I'm running into a similar problem but when trying to work with MySQL 8 which has added strict type checking and is throwing an exception in hook_entity_delete() in some edge cases.
This patch addresses that by checking is_numeric on the entity_id before attempting to delete as well as the recommendation from @jedihe to restrict entity_update to numeric IDs.