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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | add_name_field-2366067-3.patch | 2.56 KB | bogdan.racz |
| #2 | add_name_field-2366067-2.patch | 2.56 KB | bogdan.racz |
| #1 | add_name_field-2366067-1.patch | 1.98 KB | bogdan.racz |
Comments
Comment #1
bogdan.racz commentedAdded patch for this.
Comment #2
bogdan.racz commentedForgot to add views field handler.
Comment #3
elusivemind commentedName 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.
Comment #4
elusivemind commentedComment #5
bogdan.racz commentedRe-rolled the patch for the latest dev on 7.x-1.x
Thanks for all the work.
Comment #6
bogdan.racz commentedNeeds review.
Comment #7
bogdan.racz commentedDuplicate.
Comment #8
elusivemind commentedGoing to be reviewing this in the next day or two. I may have one addition on top of it.
Comment #10
elusivemind commented