Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1170913
D126.id.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, Sep 27, 9:25 PM
Size
545 B
Mime Type
text/x-diff
Expires
Sun, Sep 28, 9:25 PM (20 h, 49 m)
Engine
blob
Format
Raw Data
Handle
758697
Attached To
D126: INP-1477 - Sort catalog items by primary key (id) during export
D126.id.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