Reviewed & tested by the community
Project:
Case Tracker
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2010 at 07:59 UTC
Updated:
28 Nov 2012 at 08:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
tejaspmehta commentedI have same problem here. Any solution for this ?
Comment #2
yngens commentedIs Casetracker an abandoned project?
Comment #3
jmiccolis commented@yngens, no it is not an abandoned project.
Comment #4
alex_shapka commentedjmiccolis, if it is not, why there is no reaction to this request for so long?
Comment #5
dozymoe commentedYou have to edit casetracker_project_options' view instead (/admin/build/views/edit/casetracker_project_options).
This view should return two field, node's nid and node's title.
From casetracker.module line 939.
The default casetracker_project_options' view only have "title" field (for $row->node_title) in the list of fields, missing a "nid" field (for $row->nid).
Comment #6
yngens commentedExcellent, dozymoe! Your patch worked for me. The only thing I needed for the patch to take effect is to run update.php and cron.
Comment #7
jvieille commentedPerfect.
Warning: this only works witn OG when setting a default argument "Node ID from URL" in views "casetracker_project_options" - should be written somewhere.
Comment #7.0
jvieille commentedspelling correction