rez_core 2.1.32 → 2.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "2.1.32",
3
+ "version": "2.1.33",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -298,6 +298,9 @@ export class FilterService {
298
298
  },
299
299
  );
300
300
  }
301
+ } else {
302
+ // sorting in desc order if no layout preference sorting provided
303
+ qb.addOrderBy('e.created_date', 'DESC');
301
304
  }
302
305
 
303
306
  // Pagination