Problem/Motivation

There was no twitter feed name in the api query.

Proposed resolution

I propose having a new column: "name", and fill the "name" from the API in the "tweet_feed_process_tweets" function.

Comments

bogdan.racz’s picture

StatusFileSize
new1.98 KB

Added patch for this.

bogdan.racz’s picture

StatusFileSize
new2.56 KB

Forgot to add views field handler.

elusivemind’s picture

Name in your schema will need to have a default value if it cannot be null or we risk issues upgrading previous modules. Either that or this field should be allowed to be null.

Also - I issued an update to dev last night. Would it be possible to patch this against the dev branch and re-submit? I would greatly appreciate it.

elusivemind’s picture

Status: Needs review » Needs work
bogdan.racz’s picture

StatusFileSize
new2.56 KB

Re-rolled the patch for the latest dev on 7.x-1.x
Thanks for all the work.

bogdan.racz’s picture

Status: Needs work » Needs review

Needs review.

bogdan.racz’s picture

Duplicate.

elusivemind’s picture

Going to be reviewing this in the next day or two. I may have one addition on top of it.

elusivemind’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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