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

Refactor eZContentObjectTreeNode::fetch()

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Medium Medium
    • Future
    • 4.1.0beta1
    • Database related
    • None

    Description

      Currently the query which fetches nodes and content objects, fetches from these two tables at the same time, but without a table alias, meaning that the remote_id in the content object is in conflict remote_id field from the node.

      Consequently, this will lead to an extra DB query later on to fetch the remote_id for the content object, as this is sense 4.1 a template override key.

      The method should be refactored to avoid this.

      Attachments

        Activity

          People

            unknown unknown
            oms Ole Marius Smestad
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: