Needs review
Project:
Activity Log
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2012 at 18:10 UTC
Updated:
4 Jun 2012 at 09:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
mistermoxy commentedI've updated the patch, the one in the body is incorrect.
Comment #2
mistermoxy commentedI am the worst patcher ever. Here is the correct patch.
Comment #3
mistermoxy commentedComment #4
jessehsThis patch did not quite work for me. This one does.
Also, @mistermoxy, you should mark the issue as either "needs review" or "needs work" (depending on if the patch is a complete solution) after you submit a patch. The module maintainer will mark the issue "fixed" when the patch is committed to the project. The issue queue system will close the issue automatically after a few weeks.
Comment #5
icecreamyou commentedWhat version of Views are you using? Activity Log targets Views 2.x and may not work with Views 3.x.
Comment #6
jessehsI'm using views 2.16 with a highly modified Commons site. I needed an activity stream in a block, so I cloned the default activity_log_stream view, providing default arguments for the stream owner type and stream owner arguments.
I believe you can reproduce the issue fairly easily by choosing "Stream type" as the default argument for the stream owner type Argument. I've attached an image explaining where the problem is.
Comment #7
icecreamyou commentedWhat makes me hesitate about this patch is that I obviously spent some time trying to figure out where this value was hidden just by the fact that it's so far down the rabbit hole:
You may very well be right about this but I would like to have someone else test it first to confirm and I don't have time to test it myself at the moment.
Comment #7.0
icecreamyou commentedThe patch was incorrect.