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

Allow sorting by trashed field

    XMLWordPrintable

Details

    Description

      In addition to what we did here https://github.com/ezsystems/ezpublish-legacy/pull/1351
      We need to allow sorting by "trashed" in the trash view (content/trash/).

      To do so we had to update the ezpublish_legacy/kernel/classes/ezcontentobjecttreenode.php
      with the following code after case 'name': (line 651)

      case 'trashed':
      {
        $sortingFields .= 'trashed';
      } break;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            e5a94640-ba70-49cc-bc02-dafc5c73cd86@accounts.ibexa.co Carlos Mauri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: