Closed (fixed)
Project:
Project issue tracking
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 22:24 UTC
Updated:
10 Mar 2009 at 00:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
damien tournoud commentedHere is a first shot. We will need to modify the default view for project_issue so that the correct index type ('project_issue', not 'node') is used if that module is enabled.
Comment #2
damien tournoud commentedOk, let's reuse the node namespace. Even if node search is on, conflicts should be minimal because those two are actually just doing the same thing, with a different scope (project_issues only for this module, all nodes for the node search).
Comment #3
dwwBased on a little chat with hunmonk, I renamed this, added a README, and committed to HEAD:
http://drupal.org/cvs?commit=175016
Deployed on d.o and it's working great.
Yay!