Bug 997675

Summary: Bug: CCMS adds space at the beginning of <firstname> and <surname> in revision history files
Product: [Community] PressGang CCMS Reporter: Misha H. Ali <mhusnain>
Component: CCMS-CoreAssignee: pressgang-ccms-dev
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: 1.1CC: lnewson
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: 2013-08-16 03:13:52 UTC 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 Misha H. Ali 2013-08-16 01:30:34 UTC
Description of problem:

I just noticed all revision history files add an unnecessary space before the values of <firstname> and <surname> in revision history files. This does not affect the rendered view but is unexpected so I'm creating a low severity bug report.

How reproducible:

Looks 100% to me. It is in every Revision History file I've checked, except one where I removed the spaces assuming writer error.

Steps to Reproduce:

Probably check any Revision History file. A sample is ID 20083

Comment 1 Misha H. Ali 2013-08-16 03:01:04 UTC
For clarity, this is how the XML appears in a Revision History file at the moment:

<firstname> Misha</firstname>
<surname> Husnain Ali</surname>
<email>mhusnain</email>

It should appear as follows:

<firstname>Misha</firstname>
<surname>Husnain Ali</surname>
<email>mhusnain</email>

Comment 2 Lee Newson 2013-08-16 03:13:52 UTC

*** This bug has been marked as a duplicate of bug 812716 ***