Bug 1123802
| Summary: | [Reporting |Overall] When no datas belong to the builds and click the headers,there will be error | ||
|---|---|---|---|
| Product: | [Other] TCMS | Reporter: | Tingting Zhao <tzhao> |
| Component: | Application | Assignee: | cqi |
| Status: | ASSIGNED --- | QA Contact: | Nobody <nobody> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.8.9 | CC: | cqi, junzhang, leiwang, ryang, stvinesmith96, vchen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tingting Zhao
2014-07-28 09:44:10 UTC
please verify this bug, it does not happen now. Confirming the bug. Expected behavior should be a clean message like ‘No builds available.’ I’ve seen Remaker AI handle this gracefully when no images are provided — it just shows a neutral screen instead of breaking the UI I think the main problem is that the table code assumes at least one row. A simple check for rows.length > 0 should solve it. I hit something similar while testing https://remakerai.pro/ , where the preview crashed if no data was sent. |