Bug 1145581

Summary: [test plan]User can not 're-order cases' in test plan detail page because of js error.
Product: [Other] TCMS Reporter: yangqiu <qiyang>
Component: ApplicationAssignee: Yuguang Wang <yuwang>
Status: VERIFIED --- QA Contact: Nobody <nobody>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.8.11CC: cqi, junzhang, leiwang, ryang, vchen
Target Milestone: ---Keywords: Regression
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:
Attachments:
Description Flags
[test plan] There is a js error when click 're-order cases' link in test plan detail page. none

Description yangqiu 2014-09-23 10:20:41 UTC
Created attachment 940367 [details]
[test plan] There is a js error when click 're-order cases' link in test plan detail page.

Description of problem:
as summary.

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

How reproducible:
100%

Steps to Reproduce:
1.Enter a test plan detail page.
https://tcms.app.qa.eng.nay.redhat.com/plan/13571/qiyang-test-plan-name#testcases
2.Click 're-order cases' link.
3.Inspect the console.

Actual results:
There is a js error, like:
Uncaught ReferenceError: TableDnD is not defined

Expected results:
use can reorder the cases.

Additional info:

Comment 1 xudong 2014-09-25 03:48:53 UTC
this bug has been fixed by this patch
https://code.engineering.redhat.com/gerrit/#/c/33311/

Comment 2 Tingting Zhao 2014-10-08 08:44:58 UTC
verify on devel server with 3.8.11-2 :pass
verify steps are the same as the description.