Needs work
Project:
Twitter
Version:
7.x-6.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2012 at 21:59 UTC
Updated:
19 May 2015 at 18:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xurizaemonWas working on 6.x-3.x when I spotted this so 7.x-3.x is untested currently but should be identical.
Comment #2
xurizaemonD7 uses arrays for user_load() so the second patch above won't work.
Comment #3
dddave commentedstill relevant?
Comment #4
Yorgg commentedYes.
I need the contextual filter UID to be %
Comment #5
xurizaemonThe code this issue was originally reported against is not in 7.x-6.x, it's been removed entirely in 13fa2451 as part of
#1847406: Move account listing to the module settings, the concept being that "removing the relationship between a Drupal user and the Twitter accounts would simplify the module and the user experience".
But the uid mapping was restored, because it's essential to some uses of the module (ie a forum with per-user Twitter integration).
Decision AFAIK was not to remove the user relationship entirely but to make it optional. Looks like the views filter was forgotten in that, and will need to be restored to be fixed :)
Comment #6
xurizaemon-
Comment #7
damienmckenna