Closed (fixed)
Project:
User Points
Version:
6.x-1.x-dev
Component:
Code: userpoints_views
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2010 at 21:47 UTC
Updated:
26 Jun 2010 at 22:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
mmilo commentedPut in 2 additional arguments.
Comment #2
kbahey commentedCommitted.
Thank you!
Comment #4
mmilo commentedAdded more sort/filter handlers for the following fields:
status
reference
expired
entity_type
operation
The patch ALSO includes #791890: Views information for the userpoints_txn.tid field is defined incorrectly. - I can do this separately if you'd like.
Thanks!
Comment #5
kbahey commentedI need someone to confirm that these are tested and found to be working.
Comment #6
jcmarco commentedI confirm that this patch is needed to make userpoints transactions views work.
Using filter handler for everything was wrong and new handlers are very useful.
I re-rolled the patch with the right format (fixes in line endings and absolute file paths)
Comment #7
kbahey commentedCommitted.
Thank you both.
Comment #9
oxford-dev commentedCan I just ask, will this patch allow you to select which points categories can be used in views?
I would like to be able to have a view whereby the userpoints value in the view is the sum of all categories or even the sum of some categories but not others.
Is that what this patch is working towards?