Closed (fixed)
Project:
Project issue tracking
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
9 May 2005 at 06:58 UTC
Updated:
2 Jan 2014 at 23:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pfaocleHere, have a quick custom block:
Any thoughts on having a similar, configurable block in the module itself? It could be a nice little feature,
Comment #2
aclight commentedOnce #76725: Refactor project issue module to use Views gets finished, this shouldn't be difficult to do at all, and could be provided as a default block view in the project issue tracking module. I'm moving this into the right queue and marking as postponed.
Comment #3
dwwIndeed, this would be a trivial view.
Comment #4
dwwOh, and they want this for the redesign...
Comment #5
mfbComment #6
mfbadd block display for existing project_issue_project view.
Comment #7
dwwCleaned this up a bit, tested, and committed to HEAD:
http://drupal.org/cvs?commit=194756
Note that I ripped out a bunch of the junk that views includes by default in the exported views, e.g. data about argument validator plugins we're not even using, etc. I also changed the default title of this block to just "Recent issues" since I think that makes a lot more sense.
See also #428396: Project node views argument validator generates SQL error for numeric project nids.
Thanks!
-Derek
Comment #8
dwwI wanted to add a filter to this so it only shows open issues. That led me to discover and fix #429190: "Special" project issue views filters only work for exposed filters. ;) So, I just committed a change to this default view to add a (working) non-exposed filter on open issues. ;)
Comment #10
dwwForgot to mark that we need to deploy this on d.o:
- deploy the code
- clear views cache
- enable/place/configure the block
Comment #11
dwwnow deployed on d.o.