Problem/Motivation

There are two internal annoyances in the core Notification System module:

  • src/Form/GroupMappingForm.php has a typo in variable name $entityTypeMan*a*ger
  • src/Service/NotificationSystem.php does not inject the messenger service but statically calls it via \Drupal::messenger().
  • Proposed resolution

    Apply attached patch.

    Remaining tasks

    -

    User interface changes

    All changes are internal.

    API changes

    -

    Data model changes

    -

CommentFileSizeAuthor
fixtypo_missinginjection.patch3.89 KBhexblot

Comments

hexblot created an issue. See original summary.

  • bahuma20 committed 2e3ffea on 1.x
    Issue #3212415 by hexblot, bahuma20: Typo, missing dependency injection
    
bahuma20’s picture

Status: Needs review » Fixed

Adjusted a small typo then committed. Thank you!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.