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: | Application | Assignee: | Yuguang Wang <yuwang> | ||||
| Status: | VERIFIED --- | QA Contact: | Nobody <nobody> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3.8.11 | CC: | 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: |
|
||||||
this bug has been fixed by this patch https://code.engineering.redhat.com/gerrit/#/c/34526/ verify on devel sever with nitrate 3.8 12: pass verify steps are the same as the description. |
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: