Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Ctct\Components\Activities\AddContacts does not take passed column_names #37

@tlshaheen

Description

@tlshaheen

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions