Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098728
D126.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
Thu, Aug 14, 4:52 AM
Size
545 B
Mime Type
text/x-diff
Expires
Fri, Aug 15, 4:52 AM (1 h, 40 m)
Engine
blob
Format
Raw Data
Handle
710346
Attached To
D126: INP-1477 - Sort catalog items by primary key (id) during export
D126.diff
View Options
Index: branches/5.2.x/core/units/helpers/cat_dbitem_export_helper.php
===================================================================
--- branches/5.2.x/core/units/helpers/cat_dbitem_export_helper.php
+++ branches/5.2.x/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