Uploaded image for project: 'Cart'
  1. Cart
  2. CART-8

Cart detailled print does not show titles of contents, but their internal name.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.0.0
    • 1.0.0
    • None

      In cart2details.xsl, line 83, we HTMLize the name of contents with this code:
      <td><xsl:value-of select="@name"/></td>

      I.e we display the name of contents, instead of their title.
      We should instead use this:
      <td><xsl:value-of select="metadata/title"/></td>

      But it requires to change the CartElementsConcatenator._saxContents() so it SAXes the metadata/title of contents.

            Unassigned Unassigned
            orossel Olivier Rossel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: