Bug 1128052

Summary: [test plan] Click link on case summary in add case to plan page, system reports TypeError.
Product: [Other] TCMS Reporter: yangqiu <qiyang>
Component: ApplicationAssignee: Yang Ren <ryang>
Status: VERIFIED --- QA Contact: Nobody <nobody>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.8.10CC: cqi, junzhang, ryang, vchen
Target Milestone: ---   
Target Release: 3.8.10   
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:
Attachments:
Description Flags
[test plan] Click link on case summary in add case to plan page, system reports TypeError. none

Description yangqiu 2014-08-08 07:38:09 UTC
Created attachment 925104 [details]
[test plan] Click link on case summary in add case to plan page, system reports TypeError.

Description of problem:
as summary.

Version-Release number of selected component (if applicable):
v3.8.10-1 on devel server.

How reproducible:
100%

Steps to Reproduce:
1.Enter test plan detail page, click 'add case from other plan' link to access case quick search page.
https://tcms-devel.app.eng.nay.redhat.com/plan/10137/cases/?a=link_cases
2.Input case_id like 293342, click search btn.
3.Click link on case summary.

Actual results:
system reports TypeError, like:
Uncaught TypeError: Cannot call method 'toggle' of undefined 

Expected results:
system go to case detail page.

Additional info:

Comment 1 Xu Lei 2014-08-11 03:11:57 UTC
verified, a wrong callback with toggleTestCaseContents() in plan/search_case.html, drop it.

Comment 2 yangqiu 2014-08-12 08:32:24 UTC
verify this issue on v3.8.10-1 on devel server.---Pass
verify steps are same as description.