Closed (fixed)
Project:
Commerce-Marketplace
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2020 at 07:34 UTC
Updated:
22 Sep 2020 at 15:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
neslee canil pintoComment #3
drugan commented@Neslee Canil Pinto
Please, inject the messenger service and replace the
\Drupal::messenger()with$this->messenger.Comment #4
suresh prabhu parkala commentedPlease review!
Comment #5
drugan commented@Suresh Prabhu Parkala
Note that Drupal\Core\Action\ActionBase class already have the messenger service injected so please remove the
use Drupal\Core\Messenger\MessengerTrait;entry from all *Action classes.Comment #6
suresh prabhu parkala commentedPlease review!
Comment #8
drugan commentedThanks guys!
Anyone willing to help with a more serious issue to make our module fully compatible with Drupal 9... - you are welcome:
#3146793: Drupal 9 compatibility fixes