Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sendgrid_integration
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
sendgrid_integration
Merge requests
!2
Draft: 2958116: Fixing issue with hook_sendgrid_integration_categories_alter not working
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Draft: 2958116: Fixing issue with hook_sendgrid_integration_categories_alter not working
issue/sendgrid_integration-2958116:8.x-1.x
into
8.x-1.x
Overview
1
Commits
1
Pipelines
0
Changes
1
Closed
Draft: 2958116: Fixing issue with hook_sendgrid_integration_categories_alter not working
Sean Dietrich
requested to merge
issue/sendgrid_integration-2958116:8.x-1.x
into
8.x-1.x
Apr 3, 2021
Overview
1
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (base)
and
latest version
latest version
38bffe50
1 commit,
Apr 3, 2021
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/Mail/SendGridMail.php
+
1
−
1
View file @ 38bffe50
Edit in single-file editor
Open in Web IDE
Show full file
@@ -209,7 +209,7 @@ class SendGridMail implements MailInterface, ContainerFactoryPluginInterface {
];
// Allow other modules to modify categories.
$this
->
moduleHandler
->
invokeAll
(
'sendgrid_integration_categories_alter'
,
[
$result
=
$this
->
moduleHandler
->
invokeAll
(
'sendgrid_integration_categories_alter'
,
[
$message
,
$categories
,
]);
Loading