Closed (works as designed)
Project:
Mailchimp
Version:
7.x-2.x-dev
Component:
Lists
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2013 at 04:37 UTC
Updated:
16 Apr 2013 at 05:14 UTC
You get successful deletion, but the list remain listed and in the db
<LIST> has been deleted.
To recreate:
- add a list admin/config/services/mailchimp/lists/add
- delete the list, get successful deletion
- list still available throughout the system
Comments
Comment #1
ckngAfter some debugging, it seems that the list is deleted but recreated as a new list at the same time, as the list id has incremented. This is due to mailchimp controller is EntityAPIControllerExportable, which will recreate the list if it existed in code (e.g. exported in features). Remove the exported code fixed the issue.