Bug 474076
| Summary: | Organization name used as a middle name | ||
|---|---|---|---|
| Product: | [Community] Publican | Reporter: | Jeroen van Meeuwen <vanmeeuwen+fedora> |
| Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.6 | CC: | jfearn, mmcallis, publican-list |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-12-02 00:56:06 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 473019 *** |
Description of problem: The orgname in a corpauthor block is being used as a "middle name" Version-Release number of selected component (if applicable): publican-0.39-0.fc10 publican-fedora-0.16-0.fc10 How reproducible: - Steps to Reproduce: 1. git clone git://git.fedorahosted.org/courses.git 2. cd courses/Workshops/PuppetWorkshop 3. make pdf-en-US Actual results: PDF has: "Jeroen Operator Groep Delft van Meeuwen, RHCE Stefan Operator Groep Delft Hartsuiker, RHCE" on the front page as well as on the first page. Expected results: <authorgroup> <author> <firstname>Jeroen</firstname> <surname>van Meeuwen</surname> <lineage>RHCE</lineage> <affiliation> <jobtitle>Sr. System Engineer</jobtitle> <orgname>Operator Groep Delft</orgname> </affiliation> <email>j.van.meeuwen</email> </author> <author> <firstname>Stefan</firstname> <surname>Hartsuiker</surname> <lineage>RHCE</lineage> <affiliation> <jobtitle>System Engineer</jobtitle> <orgname>Operator Groep Delft</orgname> </affiliation> <email>s.hartsuiker</email> </author> </authorgroup> should not have the "orgname" end up as a middle name