You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, we just allow import into the recipients table (through standard ModelAdmin means), but no association with mailinglists. That leaves a lot of manual work for authors ("add existing" for each single recipient).
Create a subclass of CSVBulkLoader which allows setting of default relationship, and add a button underneath the "Recipients" table in the "Mailinglists" tab. Bonus points for making this a generic GridField feature :)
The text was updated successfully, but these errors were encountered:
At the moment, we just allow import into the recipients table (through standard ModelAdmin means), but no association with mailinglists. That leaves a lot of manual work for authors ("add existing" for each single recipient).
Create a subclass of CSVBulkLoader which allows setting of default relationship, and add a button underneath the "Recipients" table in the "Mailinglists" tab. Bonus points for making this a generic GridField feature :)
The text was updated successfully, but these errors were encountered: