eileenmcnaughton / nz.co.fuzion.csvimport

Import to API using csv GUI
GNU Affero General Public License v3.0
8 stars 27 forks source link

Call to undefined method #40

Closed palur76 closed 3 years ago

palur76 commented 3 years ago

Hi!

Tring to use CSV import, cause the following error:

Error: Call to undefined method CRM_Core_BAO_Note::entityTables() CRM_Csvimport_Import_Form_DataSource->buildQuickForm() függvényben (/var/www/sites/default/custom_ext/nz.co.fuzion.csvimport/CRM/Csvimport/Import/Form/DataSource.php in line 82).

Drupal 7 with CiviCRM 5.40.1, the CRM/Core/BAO/Note.php is present, and has a public method entityTables() .

agileware-justin commented 3 years ago

@palur76 try the linked PR https://github.com/eileenmcnaughton/nz.co.fuzion.csvimport/pull/41

eileenmcnaughton commented 3 years ago

fixed per ^^

palur76 commented 3 years ago

For the first look it seems working, thank you!