Closed (fixed)
Project:
Workbench Email
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2020 at 15:13 UTC
Updated:
12 Feb 2020 at 00:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mbovan commentedThis should fix the message from the issue summary. Let's see the tests.
Comment #3
mbovan commentedComment #4
mbovan commentedComment #5
pminfChanges are OK and plausible. Drupals update check doesn't show any errors and email notification is still working.
Comment #6
larowlanLooking at that message, you'd think we can't do the change to
Call to deprecated method getLatestRevision() of class Drupal\content_moderation\ModerationInformationInterface. Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use RevisionableStorageInterface::getLatestRevisionId and RevisionableStorageInterface::loadRevision instead.Until 8.7.x is EOL, which is not until 8.9.x comes out - because it reference 8.8.0 - but it seems that method came in around 8.5.0 according to git logs
(7f00c34194bf3c71a4de22823960a5d20f55ed5a)
So queuing an 8.7 test for this patch
Comment #7
larowlanComment #9
larowlanComment #10
larowlanRolled https://www.drupal.org/project/workbench_email/releases/8.x-1.4
The one where mbovan added D9 support 😎