Description of problem: As Summary, in a case-run, user just can show comments by himself, but can't show them adding by others. Version-Release number of selected component (if applicable): 3.5 on stage How reproducible: 100% Steps to Reproduce: 1. Enter into a run(including one or more case-run(s) ). 2. Select one case-run who include comments adding by others. Refer to following link(The first case-run has been added comments by xgao and jzhao). https://tcms-stage.englab.bne.redhat.com/run/22257/#caserun_547844 3. Verify whether you can show those comments adding by others but not yourself. Actual results: User just can show comments by himself, but can't show them adding by others. Expected results: Everyone should can view all of comments no matter who's the creator. Additional info:
This was a regression bug introduced by #703718. Programming error located in testcase_actions.js, where repeated ID reference were found. This made an illusion that comment were only added to the first caserun, factually all added, but only that of the first caserun is visible by clicking the 'Show All' link. Fixed.
Verify version: 3.5.0-4 on stage. Actual results: work normally Verify result: PASSED