Bug 1105508

Summary: [test case]When edit case, system can not save Script and Notes
Product: [Other] TCMS Reporter: yangqiu <qiyang>
Component: ApplicationAssignee: Yang Ren <ryang>
Status: VERIFIED --- QA Contact: Nobody <nobody>
Severity: high Docs Contact:
Priority: high    
Version: 3.8.8CC: cqi, junzhang, ryang, vchen
Target Milestone: ---   
Target Release: 3.8.8   
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
[test case]When edit case, system can not save Script and Notes none

Description yangqiu 2014-06-06 09:42:16 UTC
Created attachment 902834 [details]
[test case]When edit case, system can not save Script and Notes

Description of problem:
as subject.

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

How reproducible:
100%

Steps to Reproduce:
1.User enter a case detail page.
https://tcms-devel.app.eng.nay.redhat.com/case/293129/
2.Click edit btn to enter case edit page.
3.Change Script and Notes to 'test', then click save btn.
4.Refresh case detail page, check system how to display the Script and Notes.

Actual results:
system display case's Script and Notes are null.

Expected results:
system display case's Script and Notes are 'test'.

Additional info:

Comment 1 Xu Lei 2014-06-09 04:10:19 UTC
XMLRPC:
TestCase.create
TestCase.update

Web UI:
TestCase.create
TestCase.edit

Comment 2 yangqiu 2014-06-10 06:58:48 UTC
verify this bug on v3.8.8-1 on devel server.--->Pass
verify steps are same as description.