Opened 11 years ago
Closed 11 years ago
#11123 closed defect (fixed)
Test Stats fail to update charts
Reported by: | disagol | Owned by: | Roberto Longobardi |
---|---|---|---|
Priority: | high | Component: | TestManagerForTracPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Only all of the test planes are shown in the charts [ pie, trend ], changing the test plan has no effect on the charts but it does in the url static link. For us this is critical as we cannot get a snapshot of the current state of the plan in terms of test executions. Thanks in advance.
Trac 0.12.3 TestManagerForTracPlugin 1.6.2
Attachments (1)
Change History (6)
comment:1 Changed 11 years ago by
Trac Release: | 1.2 → 0.12 |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Status: | new → assigned |
---|
Hi, thanks for the debugging!
Please find in attachment the patched "testmanagerstats_compatible.html" file, to be copied into:
testman4trac.1.6.2/testman4trac/trunk/testmanager/templates
When you have replaced the file, run a build and replace the produced TestManager egg file into your Trac plugins directory and restart tracd (or Apache).
Please, let me know if this works, so I can release the fix with the next version of the plugin.
Ciao, Roberto
comment:4 Changed 11 years ago by
Damn spam filter!
I can't seem to upload the patched file, because it contains "href" words and things like that.
Changed 11 years ago by
Attachment: | testmanagerstats_compatible.html added |
---|
Patched testmanagerstats_compatible.html file
Debugging the js in teststats it seems the variable selectedTab is always null and does not get assigned with any of the available values [0,1,2].