Hello

First, thanks for this very helpful module.

I met an error since I updated Drupal Core to 7.8. Always work fine before.
It seems there is a conflict with the Locale module. If Locale is enabled, I can't modify the table structure or upload a file. I get a popup error (capture joined). I have this line in logs : "EntityMalformedException : Missing bundle property on entity of type node. dans entity_extract_ids() (ligne 7389 dans /var/aegir/platforms/drupal-7.8_build_20110901/includes/common.inc)."

If Locale is disabled, Tablefield works again...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Thomas Bosviel’s picture

Version: 7.x-2.0-beta4 » 7.x-2.x-dev
FileSize
1.51 KB
Schnitzel’s picture

this patch works for the newest DEV Version

warddr’s picture

Version: 7.x-2.x-dev » 7.x-2.0-beta5

I can confirm this patch works, and fixes the problem.

acrollet’s picture

Status: Active » Reviewed & tested by the community
FileSize
1.53 KB

Patch in #2 works for me as well, attaching it re-rolled with --relative.

acrollet’s picture

Title: Error window when changes number of rows/columns or upload csv file with Drupal 7.8 and location module enableb » AJAX error when changing number of rows/columns or uploading csv file
Version: 7.x-2.0-beta5 » 7.x-2.x-dev

Changing issue title for accuracy, I experience this issue without the Locale (or location) module enabled, and the patch fixes the problem.

Kevin Hankens’s picture

Status: Reviewed & tested by the community » Needs work

Thanks for the hard work on this. The error message no longer shows up and CSV import works well, but only for single-value fields. Multi-value fields don't cause the ajax error, but the CSV import fails silently.

I haven't had time to look further into why this breaks for multi-value fields, but that will need to be addressed before we go RC.

I committed this and released beta6. Any more help with the multi-value fields would be really appreciated!!

jenlampton’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)

This is a very old issue, if the problem persists please reopen.