Bug 749491

Summary: <!--InjectListItems --> support
Product: [Community] PressGang CCMS Reporter: Joshua Wulf <jwulf>
Component: CSProcessorAssignee: Ali Abbas <alabbas>
Status: CLOSED WORKSFORME QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.xCC: jwulf, lcarlon
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: 2011-11-04 10:20:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Joshua Wulf 2011-10-27 08:37:25 UTC
<itemizedlist>
      <title>Next step: Configure the Enterprise Application Platform to participate in a mod_jk load balancing group</title>
    <!-- InjectListItems: 5245, 5217 -->
  </itemizedlist>


Needs to render as:

    <itemizedlist>
      <title>Next step: Configure the Enterprise Application Platform to participate in a mod_jk load balancing group</title>
    <listitem><para><xref linkend="topic5245"/></para></listitem>
    <listitem><para><xref linkend="topic5217"/></para></listitem>
  </itemizedlist>

Comment 1 Ali Abbas 2011-11-02 05:45:49 UTC
Josh, I have tried this with different topic ID's that exist in my database and I was unable to replicate the error. The output I got is as follows:

    <itemizedlist>
        <title>Next step: Configure the Enterprise Application Platform to
participate in a mod_jk load balancing group</title>
        <listitem>
            <para>
                <xref linkend="TopicID992"/>
            </para>
        </listitem>
        <listitem>
            <para>
                <xref linkend="TopicID991"/>
            </para>
        </listitem>
    </itemizedlist>

If you still have this problem, can you please provide the content spec and the topic Data.

Comment 2 Joshua Wulf 2011-11-04 10:20:03 UTC
Can't reproduce right now. Will reopen if it reoccurs.