Views 3 does not load the nid field automatically, which causes that records returned by view casetracker_project_options return only the title of the project. This provokes that cases are created without being assigned to a project.

A patch will be attached in the following comment.

Comments

juampynr’s picture

Status: Active » Needs review
StatusFileSize
new2.07 KB

Here it is. Simply adding the nid field to the view makes project field to work again. I downgraded to Views 2 to recreate casetracker_project_options.

skyredwang’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
StatusFileSize
new1.17 KB

#1 patch ported to D7

zeezhao’s picture

Thanks for patch. But project still does not show up for me when adding case via:
node/add/casetracker-basic-case

jerenus’s picture

Status: Needs review » Needs work

Doesn't work.

jerenus’s picture

Status: Needs work » Needs review

Sorry, It works for this issue. Should we open another issue to solve #3 problem or just change the title?

skyredwang’s picture

Priority: Normal » Critical
StatusFileSize
new1.85 KB

For 7.x-1.x, there is one more fix needed to make it work; new patch attached

skyredwang’s picture

StatusFileSize
new2.26 KB

better patch formatting

jerenus’s picture

Status: Needs review » Reviewed & tested by the community
skyredwang’s picture

Status: Reviewed & tested by the community » Closed (fixed)

committed