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
{{ message }}
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
Ctct\Components\Activities\AddContacts($contacts, $lists, $columnNames) asks for $columnNames as an optional parameter. If $columnNames is blank, the function auto-calculates the column_names. However, if $columnNames is passed, nothing happens; it doesn't set AddContacts->column_names, it does nothing.
As a result, if I don't want the columns auto-calculated, I need to pass column_names as the third parameter AND then do a call after instantiation of the class to set AddContacts->column_names.