Closed (won't fix)
Project:
Bibliography & Citation
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2020 at 12:02 UTC
Updated:
30 Jun 2020 at 18:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jienckebd commentedAttached patch seems to fix the issue.
Comment #3
antongp commentedHello @Corn696,
Thank you for your issue.
For some reason I could not reproduce the issue actually. So, I updated simultaneously:
Code was updated via Composer, database updates were applied via Drush (10.3.0).
Once I actually got different error when tried to update Bibliography & Citation to latest dev on Drupal 8.7 and it was caused by the same
bibcite_entity_update_8025()hook. Looks this hook is not compatible with Drupal 8.7, but anyway Drupal 8.7 is not maintained anymore.Also, there are Drupal 8.8.0 release notes that ask to update Pathauto before or at the same time as you update to Drupal 8.8.0: https://www.drupal.org/project/drupal/releases/8.8.0 . And Pathauto 8.x-1.7 release notes recommend to use pathauto 1.6 while updating from Drual 8.7 and only update to 1.7 afterwards: https://www.drupal.org/project/pathauto/releases/8.x-1.7 .
I think the best way would be:
It doesn't seem that there is something to fix in Bibliography & Citation.
@jienckebd is this patch for alpha10? Latest dev uses EntityTypeManagerInterface already...
Thanks!