Bug 749491 - <!--InjectListItems --> support
Summary: <!--InjectListItems --> support
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: PressGang CCMS
Classification: Community
Component: CSProcessor
Version: 1.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Ali Abbas
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-27 08:37 UTC by Joshua Wulf
Modified: 2014-10-19 22:59 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-04 10:20:03 UTC


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.