The field name used in twitter_post.module and twitter_post.field.inc is "twitter_post", whereas the value defined in twitter_post_field_schema in twitter_post.install is "twitter_post_tweet". This means that the module won't work correctly.

CommentFileSizeAuthor
#2 twitter-n2557783-2.patch11.32 KBDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna created an issue. See original summary.

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
11.32 KB

This contains an update to hook_field_schema() to actually define the three fields being used, update scripts to add the fields if they're missing (which they will be), and updates to the form logic to load the fields when an entity is edited.

DamienMcKenna’s picture

Status: Needs review » Fixed

Committed.

  • DamienMcKenna committed dca9aa7 on 7.x-6.x
    Issue #2557783 by DamienMcKenna: Field schema was broken, wasn't saving...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.