- 🇺🇸United States luke.leber Pennsylvania
+++ b/src/Form/SocialMediaAdminForm.php @@ -257,7 +257,7 @@ class SocialMediaAdminForm extends ConfigFormBase { - $this->eventDispatcher->dispatch('social_media.add_more_link', $event); + $this->eventDispatcher->dispatch('social_media.add_more_social_media', $event);
Ouch! For B/C reasons, I think we need to keep both of the events for now.
Also, the order needs to be switched around to be compatible with D9/D10 :-)
// @deprecated - will be removed at some point in the future $this->eventDispatcher->dispatch($event, 'social_media.add_more_link'); $this->eventDispatcher->dispatch($event, 'social_media.add_more_social_media');
- Assigned to chandreshgiri gauswami
- Status changed to Active
over 1 year ago 12:44pm 9 May 2023 - Issue was unassigned.
- Status changed to Needs review
over 1 year ago 1:45pm 9 May 2023