Bug 1038950

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: ApplicationAssignee: Yang Ren <ryang>
Status: VERIFIED --- QA Contact: Nobody <nobody>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.8.5CC: 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:
Description Flags
When add child note to plan with a nonexistent plan id, the submit btn in the warning form has no effect
none
The second warning should be removed for it's no operation in above case. none

Description yangqiu 2013-12-06 08:45:39 UTC
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.

Comment 1 cqi 2013-12-10 01:50:20 UTC
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?

Comment 2 yangqiu 2013-12-10 02:40:12 UTC
(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

Comment 3 yangqiu 2014-07-29 04:01:16 UTC
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.

Comment 4 yangqiu 2014-07-29 04:01:45 UTC
Created attachment 922023 [details]
The second warning should be removed for it's no operation in above case.

Comment 5 Xu Lei 2014-08-04 02:21:02 UTC
merged into fedora-dev

Comment 6 Tingting Zhao 2014-08-04 07:05:20 UTC
verify on devel server--->pass
verify steps are the same as the description.