Page MenuHomePhabricator

D14800.diff
No OneTemporary

D14800.diff

diff --git a/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php b/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php
--- a/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php
+++ b/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php
@@ -724,6 +724,11 @@
'name' => $field->getFieldName(),
'aliases' => array($legacy_key),
);
+
+ $orders['-'.$modern_key] = array(
+ 'vector' => array('-'.$modern_key, '-id'),
+ 'name' => pht('%s (Reversed)', $field->getFieldName()),
+ );
}
}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 12:42 AM (2 d, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6755057
Default Alt Text
D14800.diff (646 B)

Event Timeline