Bug 1020557

Summary: Duplicate entities should either be invalid or produce a warning
Product: [Community] PressGang CCMS Reporter: Lee Newson <lnewson>
Component: CSProcessorAssignee: pressgang-ccms-dev
Status: NEW --- QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: 1.2   
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: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Lee Newson 2013-10-17 22:29:48 UTC
From mcaspers:

When an entity is defined twice, Publican will use the value of the first one. I'm not sure that there is any practical use case for this, so maybe the following should generate a warning:

Entities = [
<!ENTITY TITLE "title">
<!ENTITY TITLE "title2">
]

Comment 1 Lee Newson 2013-11-11 22:42:13 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=864616#c17 for some additional details.