Active
Project:
Bronto API
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2009 at 01:46 UTC
Updated:
10 Jan 2012 at 05:25 UTC
Simple fix, see patch.
| Comment | File | Size | Author |
|---|---|---|---|
| brontoapi_null_fields_fix.diff | 869 bytes | dalin |
Comments
Comment #1
dalinI should add that the use case for doing this is when adding a pre-existing contact to another list. You just want to add them to the 2nd list and not overwrite their field data.
Comment #2
ben.hamelinThis is a Bronto API limitation - solution involves utilizing the DirectAdd functionality of Bronto, which boils down to making a GET request with the signup data on the URL - I'm looking into integrating this module into a few of our sites - I will update this if I develop something that supports DirectAdd.