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

eZ Flow block items in v1 of content aren't synced correctly

    XMLWordPrintable

Details

    Description

      When syncing version 1 of content with an ezpage attribute, no valid nodes will be returned on the target server.

      In the database, the following fields are incorrect:

      • ezm_block.node_id is set to 0, while it should be set to the synced node id
      • ezm_pool.ts_valid is set to 0 as well, while a ts_valid > 0 condition is used in the query that fetches valid nodes.

      The node_id problem occurs because when processing the attributes in models/field.php, the object hasn't been published, and doesn't have a node id: https://github.com/ezsystems/ezcontentstaging/blob/custom-4.7.1/classes/models/field.php#L722.

      Attachments

        Activity

          People

            Unassigned Unassigned
            bertrand.dunogier@ibexa.co Bertrand Dunogier
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: