List subscription processing is done in MailchimpListsSubscription::preSave(). It would be nice to be able to set values in hook_entity_presave() before sending to mailchimp. The attached patch does that.

CommentFileSizeAuthor
process-subscription-in-post-save.patch656 bytesjesse.d

Comments

jesse.d created an issue. See original summary.

jesse.d’s picture

Status: Active » Needs review
casey’s picture

In D7 the actual processing is also done post save: #2445867: Use hook_field_update() rather than hook_field_presave()

gcb’s picture

Component: Lists » General
Assigned: Unassigned » wxactly

  • wxactly committed 3af45a2 on issue-2981877 authored by jesse.d
    Issue #2981877 by jesse.d: Do mailchimp list subscription processing in...

  • gcb committed 78b5b08 on 8.x-1.x authored by jesse.d
    Issue #2981877 by jesse.d: Do mailchimp list subscription processing in...
wxactly’s picture

Status: Needs review » Fixed
wxactly’s picture

Assigned: wxactly » Unassigned

Status: Fixed » Closed (fixed)

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

jesse.d’s picture