Hello,
With the latest CVS, it seems that node types used as project don't appear in the "my project" and cases can't be attached to them beacuse there are not listed in dropdown list. Any idea. regards, eric.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | ec_issue.patch_1.txt | 6.31 KB | ec |
| #3 | ec_issue.patch_0.txt | 6.49 KB | ec |
| #2 | ec_issue.patch.txt | 2.68 KB | ec |
Comments
Comment #1
killes@www.drop.org commentedyeah, I have to confirm this bug.
Comment #2
ec commentedfind attach a patch that help solving :
- node types that act as project now looks like project,
- the dropdown box list now the project and the node types that act as project (not sure if my query is the best one, but it seems to work) when editing a case
- 2 small typos
Still todo in "my project" list project and node types that act as project !
eric
Comment #3
ec commentedan updated version of the previous patch that add :
- remove 'casetracker_case' and 'casetracker_project' from the node types list that can act as project because I guess that by default there are project. But I may be wrong.
- small typo
eric
Comment #4
ec commentedsorry my previous patchs introduce a bug, the node types that act as a project still don't look like project!
Comment #5
sanjeev gupta commentedFixed & comitted to CVS.
Comment #6
ec commentedSanjeev, thank for fixing this issue. regards. eric
Comment #7
ec commentedSanjeev, I'm re-opening it because since your last comit, all the node types look like project now, even those that should not behave as project. I felt on the same issue in my #4 post. It seems that
variable_get('casetracker_project_node_types',array('casetracker_project'))hold all the node types and not only the one that act as project ! Regards, eric.Comment #8
sanjeev gupta commentedI have made some changes in version 1.58 and I think that this solves the problem.
Comment #9
ec commentedGood catch Sanjeev. Works fine now. Regards, eric.
Comment #10
(not verified) commented