- Issue created by @drupalfan2
- πΊπΈUnited States mariacha1
Noting that I believe the problem is from this PR:
https://git.drupalcode.org/project/mailchimp/-/commit/5cba54651db7cfb3a9...from https://www.drupal.org/project/mailchimp/issues/3231414 π Subscription box is never checked Fixed
which deleted the "Subscription form" field widget.
This change keeps you from being able to sign up for a newsletter when registering (says "Invalid email configuration.") or when editing the entity (just shows you what you're signed up for), which feels like an unintended regression.
I think it's important we add that FieldWidget back before the next release, so I'm upping the Priority.
- 84c3a9b6 committed on issue-3443566-subscription-form-widget
Issue #3443566 Adding back the ability to subscribe or unsubscribe to a...
- 84c3a9b6 committed on issue-3443566-subscription-form-widget
- Status changed to Needs review
7 months ago 6:59pm 29 April 2024 - πΊπΈUnited States mariacha1
Merge request is here:
https://git.drupalcode.org/project/mailchimp/-/merge_requests/82 - ea1f5893 committed on issue-3443566-subscription-form-widget
Issue #3443566 going back to using the previous function, but fixing a...
- ea1f5893 committed on issue-3443566-subscription-form-widget
- 9903d5b4 committed on issue-3443566-subscription-form-widget
Issue #3443566 updating variable name to match setting name.
- 9903d5b4 committed on issue-3443566-subscription-form-widget
- 940461c9 committed on issue-3443566-subscription-form-widget
Issue #3443566 If the user is not subscribed, or if you're on a page...
- 940461c9 committed on issue-3443566-subscription-form-widget
- 0e6e5254 committed on issue-3443566-subscription-form-widget
Issue #3443566 when the element is displayed on the field settings as...
- 0e6e5254 committed on issue-3443566-subscription-form-widget
- c1dea79f committed on issue-3443566-subscription-form-widget
Issue #3443566 moving allow_unsubscribe to the massage form values,...
- c1dea79f committed on issue-3443566-subscription-form-widget
- 87b7530e committed on issue-3443566-subscription-form-widget
Issue #3443566 cleaning up some warnings about unset variables.
- 87b7530e committed on issue-3443566-subscription-form-widget
- 6041743d committed on issue-3443566-subscription-form-widget
Issue #3443566 when comparing new values to old values, use the old...
- 6041743d committed on issue-3443566-subscription-form-widget
- f6185700 committed on issue-3443566-subscription-form-widget
Issue #3443566 ensuring we have an array if there is no value in...
- f6185700 committed on issue-3443566-subscription-form-widget
- Status changed to Fixed
7 months ago 7:00pm 2 May 2024 -
mariacha1 β
committed 69c869fe on 2.x
Issue #3443566 adding back the Subscription Form widget for use on...
-
mariacha1 β
committed 69c869fe on 2.x
- Status changed to Needs review
7 months ago 10:47pm 2 May 2024 - πΊπΈUnited States mariacha1
Actually, I noticed that if you are already a MC user and sign up in Drupal without checking any interests, you get unsubscribed. That's not supposed to happen, and would be blocked if we were calling
mailchimp_lists_process_subscribe_form_choices
from places OTHER than on the postSave. But on postSave, you already have an entity id, so isNew() returns FALSE. - db4fbc18 committed on issue-3443566-subscription-form-widget3
Issue #3443566 we can't use the isset trick here because sometimes the...
- db4fbc18 committed on issue-3443566-subscription-form-widget3
- fe6f4cbf committed on issue-3443566-subscription-form-widget3
Issue #3443566 We only want new entities to uncheck the Subscribe button...
- fe6f4cbf committed on issue-3443566-subscription-form-widget3
- fe6f4cbf committed on 2.x
Issue #3443566 We only want new entities to uncheck the Subscribe button...
- fe6f4cbf committed on 2.x
- db4fbc18 committed on 2.x
Issue #3443566 we can't use the isset trick here because sometimes the...
- db4fbc18 committed on 2.x
- 41d2f107 committed on 2.x
Issue #3443566 missing case where the signup form is being submitted by...
- 41d2f107 committed on 2.x
- Status changed to Fixed
2 months ago 1:46pm 9 September 2024 - πΊπΈUnited States xenophyle
Marking as fixed. Please reopen if this is not accurate.
Automatically closed - issue fixed for 2 weeks with no activity.