Pathauto removed pathauto_entity_update() in:
http://cgit.drupalcode.org/pathauto/commit/?id=9206016d0641e4fa9742ac2f7...
Executing media_update_8500 [notice]
Error: Call to undefined function [error]
Drupal\fieldable_path\Controller\pathauto_entity_update() in
Drupal\fieldable_path\Controller\FieldablePathController->pathautoGenerateAlias()
(line 141 of
/var/www/drupalvm/docroot/modules/contrib/fieldable_path/src/Controller/FieldablePathController.php)
#0
/var/www/drupalvm/docroot/modules/contrib/fieldable_path/fieldable_path.module(65):
Drupal\fieldable_path\Controller\FieldablePathController->pathautoGenerateAlias(Object(Drupal\lightning_core\Entity\Role),
'update')
#1 [internal function]:
fieldable_path_entity_update(Object(Drupal\lightning_core\Entity\Role),
This breaks pathautoGenerateAlias() in fieldable_paths.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2949926-2-replace-pathauto-entity-update.diff | 588 bytes | sime |
Comments
Comment #2
simeAttempted fix
Comment #3
guietc commentedI applied the patch from #2 and it works for me.
Comment #4
joelpittetWorks for @bmx269. I'll RTBC this on his and @Guietc's behalf but either of them can confirm.
Comment #5
spleshkaLooks like they've got it back http://cgit.drupalcode.org/pathauto/commit/?id=caf7911def19879a02864bfd5... :)
Comment #7
spleshkaAt the same time I still like the version of the code from the patch more, so it got committed :) Thank you guys for patch / review.