Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-20713

Object name pattern & URL alias name change angle brackets to HTML entities

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: High High
    • None
    • None
    • None
    • eZ Version 4.4.0
      Red Hat Enterprise Linux Server release 5.9 (Tikanga)

    Description

      1) Edit a content class.
      2) For Object name pattern and/or URL alias name pattern, enter <title>
      3) Save the content class.
      4) View the content class.
      Both name pattern fields show this as the value:

      &lt;title&gt;

      5) Create a new object of that class.
      6) Publish the object.
      7) View the object.
      The object's name & URL get set to

      &lt;title&gt;

      Only fix I've found is to update the database manually for that class and NOT edit it again in the admin, or else the issue returns:

      mysql> update ezcontentclass SET contentobject_name='<title>', url_alias_name='<title>' WHERE id='XXX';

      Attachments

        Activity

          People

            Unassigned Unassigned
            112b4d0a-0853-4ffd-a49c-923471560e33@accounts.ibexa.co Jordan Hirsch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: