| Summary: | [test plan][add child node]When add child note to plan with a nonexistent plan id, the submit btn in the warning form has no effect. | ||
|---|---|---|---|
| Product: | [Other] TCMS | Reporter: | yangqiu <qiyang> |
| Component: | Application | Assignee: | Yang Ren <ryang> |
| Status: | VERIFIED --- | QA Contact: | Nobody <nobody> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.8.5 | CC: | cqi, junzhang, jzhao, leiwang, 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: | |
| Attachments: | |||
Agree. Submit does not make sense if the plan id does not exist. Could you file another bug to track the problem mentioned in Additional info? (In reply to cqi from comment #1) > Agree. Submit does not make sense if the plan id does not exist. Could you > file another bug to track the problem mentioned in Additional info? A new bug to track the Additional info: bug 1039799 https://bugzilla.redhat.com/show_bug.cgi?id=1039799 There are two warnings in the warning form, like: 1.The plan you specific does not exist in database. 2.This operation will overwrite existing data. Expected results: The second warning should be removed for it's no operation in above case. Created attachment 922023 [details]
The second warning should be removed for it's no operation in above case.
merged into fedora-dev verify on devel server--->pass verify steps are the same as the description. |
Created attachment 833471 [details] When add child note to plan with a nonexistent plan id, the submit btn in the warning form has no effect Description of problem: As subject. Version-Release number of selected component (if applicable): 3.8.5 How reproducible: 100% Steps to Reproduce: 1. Enter a plan page, then enter tree view tab. 2. Click add child node to current plan. 3. Input a nonexistent plan id, like:12345678. 4. Check the warning form. Actual results: System give the warning: The plan you specific does not exist in database. The warning form has submit btn, click it, system has no action. Expected results: System give the warning: The plan you specific does not exist in database. The warning form has not submit btn. Additional info: The above issue also happened in changing parent node.