Created attachment 889519 [details] [test run report]When a case run has many bugs, system only display one bug's id in bugs_id list in test run report page. Description of problem: as subject. Version-Release number of selected component (if applicable): v3.8.7-4 on devel server How reproducible: 100% Steps to Reproduce: 1.Enter a run detail page, of which there is a case run has many bugs. like case run 2927801 has 3 bugs 44444,55555,66666. https://tcms-devel.app.eng.nay.redhat.com/run/72252/ 2.Click report btn to enter the test run report page. https://tcms-devel.app.eng.nay.redhat.com/run/72252/report/ 3.check bugs_id list for this case run. Actual results: System only display bug 55555 in bugs_id list, while bug list display 3 bugs 44444,55555,66666. Expected results: System display 3 bugs 44444,55555,66666 in bugs_id list. Additional info:
The above issue also happened for comments field, that is, the test run report page only display the latest comment for each caserun.
fixed.
Verify this bug on v3.8.7-4 on devel server.--->PASS Verify steps are same as description.