Closed (fixed)
Project:
Drupal core
Version:
8.5.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
19 Jan 2018 at 08:42 UTC
Updated:
16 Feb 2018 at 12:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ioana apetri commentedComment #3
ioana apetri commentedHere is my patch covered the messenger service into both classes.
Please review it.Thanks:)
Comment #4
volegerWhy not use MessengerTrait that mentioned in #2924538: [META] Remove all usages of drupal_set_message and drupal_get_messages?
It would be better for DX.
Comment #5
ioana apetri commentedHere is my changes(using the trait)
Comment #7
kim.pepperYou will need to copy the Trait code over as well, as it doesn't exist in head.
Comment #8
ioana apetri commentedI thought that should not be included. Sorry for the mistake.Heere is the new patch. thanks:)
Comment #9
kim.pepperThanks yo30. LGTM.
Comment #10
larowlanShould we be adding a single usage here so we get some implied test coverage?
Comment #11
kim.pepperI converted \Drupal\aggregator\Controller\AggregatorController to use it.
Comment #12
jibran#10 is addressed so back to RTBC.
Comment #13
kim.pepperTagging
Comment #16
catchCommitted/pushed to 8.6.x and cherry-picked to 8.5.x. Thanks!