Opened 15 years ago
Closed 15 years ago
#454 closed enhancement (fixed)
build configuration pages should only show charts for configurations that have data
Reported by: | wbell | Owned by: | hodgestar |
---|---|---|---|
Priority: | minor | Milestone: | 0.6 |
Component: | General | Version: | 0.6b2 |
Keywords: | Cc: | mpotter@… | |
Operating System: | BSD |
Description
With different build configurations, you can have different reports/charts for each configuration. If you have multiple configurations with different chart data, each configuration page will have all the charts on it, some of them with no data. The charts with no data should be omitted.
I'm not quite sure what the right thing to do here is-- a simple solution that we have now is if there's no reports with the given data type for the range of revisions in the config, there's no chart created for the configuration page. It's simple, but works in most cases; if you want to have charts not based on reports, you're out of luck though. Other suggestions welcomed.
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by mpotter@…
- Cc mpotter@… added
comment:2 Changed 15 years ago by hodgestar
- Milestone changed from 0.6.1 to 0.6
- Owner set to hodgestar
- Status changed from new to assigned
comment:3 Changed 15 years ago by wbell
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with [834]
Patch with fix attached to #93.