Closed (fixed)
Project:
Storm
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2008 at 15:17 UTC
Updated:
2 Jul 2008 at 08:22 UTC
When I try to create a ticket or a timetracking I can choose the organisation and then the project, but after that the "tasks" do not show up.
In Timetracking the tickets do show up. This happens on my installed version and your cvs demo version.
Comments
Comment #1
jivmuk commentedI too experience the same thing. Actually I was about to post it...
Comment #2
catorghans commentedI found out why the bug happens:
javascript variable: project_tasks_url is initialized twice:
in "stormtask_init" in stormtask.module
and in
"storminvoiceitem_init" in storminvoiceitem.module
I think the second one is not needed (or might be changed in name), but cannot oversee the consequences.
Comment #3
Roberto Gerola commentedThanks.
The settings in invoiceitem can be removed.
The function should look so indeed :
Committed to cvs.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.