Closed (fixed)
Project:
Case Tracker
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
14 May 2007 at 18:47 UTC
Updated:
23 Jul 2018 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gregglesHere is a patch that adds support for the "case is assigned to UID" argument.
I leave it for someone else to add the projectID (I didn't need it and adding it seemed slightly more complex since the project_ID maps to a nid which then needs to be joined to the case_tracker_case table).
Comment #2
zero2one commentedThis already exists see the readme:
Comment #3
canadrian commentedThis is still needed. The reason is with a custom View one could define their own columns in the table. Using the built-in argument support, you are stuck with the columns built into the module. As an example, the reason I would need this is to create a table that shows some of my CCK fields and hides some of the built-in coulmns (like case number and Type - this information is not relevant in the context of my particular site). I feel exposing the Project argument to views would allow people to create much more flexible layouts.
Comment #4
Anonymous (not verified) commentedI second that need. same deal as #3.
Tested the patch and it seems to work just fine.
Comment #5
Anonymous (not verified) commentedPlease excuse my ignorance and lack of PHP programming knowledge, but would someone be so kind as to create the counterpart patch as described in #1 for 'Project ID'?
It would greatly appreciated!
TIA,
txcrew
Comment #6
jmiccolis commentedI've committed a patch that adds argument support to casetracker. It may not be exactly what the folks above are looking for but it should be a start.
As this ticket is quite old I'm closing it. If certain things are still needed please open new tickets.