Closed (fixed)
Project:
Flag Friend
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2009 at 21:12 UTC
Updated:
29 Sep 2009 at 19:20 UTC
Jump to comment: Most recent
Comments
Comment #1
rkahlert commentedComment #2
sirkitree commentedThis is a bug. The view should be using the user from the url, not the logged in user.
Comment #3
sirkitree commentedLooks like the default view that comes with the module is indeed using the user from the url. Can you verify that this is happening still with this option set?

Comment #4
sirkitree commentedComment #5
rkahlert commentedThank you for your answer.
Actually I am talking about the display below your example (Page flagged), which has only the relation "Flags: friend by current user" and so ignores the argument. (resetted the view so I have the original state)
I was not able to set working settings according to your instructions for the view of outgoing friend requests.
Comment #6
sirkitree commentedOh, I see. Ok, looks like there was a bug in how the view was setup. Instead of just one relationship, we need two, as described here in the flag documentation: http://drupal.org/node/326580
Item 7 and 8 in that document outline how to do this. It was missing for some reason. Fix committed.