Bug 885232

Summary: Unable to unset parent test plan
Product: [Other] TCMS Reporter: Petr Šplíchal <psplicha>
Component: XMLRPCAssignee: Yang Ren <ryang>
Status: ASSIGNED --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.8.0CC: ohudlick, ryang
Target Milestone: ---   
Target Release: 4.x   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 3.8.10 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:

Description Petr Šplíchal 2012-12-07 20:45:06 UTC
Description of problem:

It seems that currently it's not possible to unset test plan's
parent plan. Calling update() with 'None' has no effect.

Version-Release number of selected component (if applicable):
3.8.2

Steps to Reproduce:
TestPlan.update(1234, {'parent': None })
  
Actual results:
Parent plan still linked.

Expected results:
Parent plan field set to None.

Comment 1 jianchen 2012-12-10 00:56:53 UTC
Thanks for finding this issue, unset test plan's parent plan is not work now. That will be fixed in latest release.