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

ezxmlexport doesnt export recently modified objects

    XMLWordPrintable

Details

    Description

      ezxmlexport checks for exportable nodes via field "published" and not via "modified" - so modified objects are NOT exported.

      potential fix:

      extension/ezxmlexport/classes/exporter/ezxmlexportexporter.php

      if( $latestRunExport != false and $latestRunExport->attribute( 'end_date' ) ) {
      $params['AttributeFilter'] = array( array( 'modified', '>=', $latestRunExport->attribute( 'end_date' ) ) );
      }

      Steps to reproduce

      1) edit object
      2) start export via cronjob
      3) nothing happens if the object was published before but recently only modified

      Attachments

        Activity

          People

            unknown unknown
            2b274289-6c7c-4b95-a70d-ca6c4a846602@accounts.ibexa.co j h
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: