Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046599
D126.id302.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jun 28, 8:57 PM
Size
500 B
Mime Type
text/x-diff
Expires
Sun, Jun 29, 8:57 PM (4 h, 5 m)
Engine
blob
Format
Raw Data
Handle
676615
Attached To
D126: INP-1477 - Sort catalog items by primary key (id) during export
D126.id302.diff
View Options
Index: core/units/helpers/cat_dbitem_export_helper.php
===================================================================
--- core/units/helpers/cat_dbitem_export_helper.php
+++ core/units/helpers/cat_dbitem_export_helper.php
@@ -531,7 +531,7 @@
$sql = substr($sql, 0, -4);
}
- $sql .= ' ORDER BY ci.PrimaryCat DESC'; // NEW
+ $sql .= ' ORDER BY ci.PrimaryCat DESC, c.TreeLeft ASC, item_table.' . $this->curItem->IDField . ' ASC';
}
else {
// get only selected links
Event Timeline
Log In to Comment