- Issue created by @oleksandr.s
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 11:11am 13 October 2023
After updating to Drupal 10 error with opigno_module appears.
Error: Call to undefined method Drupal\opigno_module\Entity\OpignoActivity::getRevisionMetadataKey() in Drupal\opigno_module\Entity\OpignoActivity->preSaveRevision() (line 456 of modules/contrib/opigno_module/src/Entity/OpignoActivity.php).
The reason of it:
In Drupal 9 getRevisionMetadataKey() method declared as deprecated and removed from Drupal\Core\Entity\RevisionLogEntityTrait in Drupal 10 release.
Update to Drupal 10.
Go to activities list. Then try to create or edit any activity. Click on Save and error should appear.
Needs review
3.0
Code