Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15406108
D10933.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1010 B
Referenced Files
None
Subscribers
None
D10933.diff
View Options
diff --git a/src/applications/transactions/view/PhabricatorApplicationTransactionView.php b/src/applications/transactions/view/PhabricatorApplicationTransactionView.php
--- a/src/applications/transactions/view/PhabricatorApplicationTransactionView.php
+++ b/src/applications/transactions/view/PhabricatorApplicationTransactionView.php
@@ -144,10 +144,12 @@
$events = array();
$hide_by_default = ($show_group !== null);
+ $set_next_page_id = false;
foreach ($groups as $group_key => $group) {
if ($hide_by_default && ($show_group === $group_key)) {
$hide_by_default = false;
+ $set_next_page_id = true;
}
$group_event = null;
@@ -159,7 +161,8 @@
} else {
$group_event->addEventToGroup($event);
}
- if ($hide_by_default) {
+ if ($set_next_page_id) {
+ $set_next_page_id = false;
$pager = $this->getPager();
if ($pager) {
$pager->setNextPageID($xaction->getID());
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 19, 12:08 PM (5 d, 20 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7475757
Default Alt Text
D10933.diff (1010 B)
Attached To
Mode
D10933: Transactions - fix pagination bug
Attached
Detach File
Event Timeline
Log In to Comment