Description of problem: as subject Version-Release number of selected component (if applicable): v3.8.9 on stage How reproducible: 100% Steps to Reproduce: 1.open the product,https://tcms-stage-01.app.eng.bne.redhat.com/report/product/59/overview/ 2.then enter the Builds and click its column headers. Then check the result in console Actual results: There is a error about:TypeError: rows[0] is undefined When there are no data in the builds. Expected results: It should be all right no matter whether there are data in the builds. Additional info:
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.