Bug 1152415

Summary: [Test Run] Assign a invalid username to the case run,js error would happen .
Product: [Other] TCMS Reporter: Tingting Zhao <tzhao>
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: ---   
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
js error when assign a invalid username to the case run none

Description Tingting Zhao 2014-10-14 06:22:08 UTC
Created attachment 946685 [details]
js error when assign a invalid username to the case run

Description of problem:
as summary.

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

How reproducible:
100%

Steps to Reproduce:
1.open a test run and assign a non-existed name for the case run.
2.click ok in the prompt.Check the result in the console at the same time.


Actual results:
step 1.there would be a prompt "Nothing found in database"
step 2.there are js error in the console when closing the prompt.

Expected results:
js should not happen in the console when the assignee is invalid.

Additional info:

Comment 1 xudong 2014-10-14 10:08:53 UTC
this bug has been fixed by this patch https://code.engineering.redhat.com/gerrit/#/c/34526/

Comment 2 Tingting Zhao 2014-10-23 05:35:53 UTC
verify on devel sever with nitrate 3.8 12: pass

verify steps are the same as the description.