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

Sorting for url translations

    XMLWordPrintable

Details

    Description

      Currently url translations in the admin is not sorted at all.

      --- ezurlalias.php	2007-11-05 18:27:49.000000000 -0500
      +++ ezurlalias_patched.php	2008-02-19 21:18:18.000000000 -0500
      @@ -357,7 +357,7 @@
      return eZPersistentObject::fetchObjectList( eZURLAlias::definition(),
      null,
      array( "is_internal" => 0 ),
      - null,
      + array( 'source_url' => 'asc' ),
      array( 'offset' => $offset, 'length' => $limit ),
      $asObject );
      }
      

      Attachments

        Activity

          People

            oh oh
            oh oh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: