Reverting change to Inbox default SORT BY.
This commit is contained in:
parent
ea51a13062
commit
754b9c7c31
2 changed files with 1 additions and 2 deletions
|
|
@ -20,7 +20,6 @@
|
|||
- fixed #10163: User List - alphabet search field broken
|
||||
- fixed #9039: Synopsis not output as a meta field
|
||||
- fixed #9939: checkout error with any payment method
|
||||
- fixed #10162: Inbox Failing (Eric Kennedy)
|
||||
- Survey editor now keeps survey objects in a scrollable panel to keep buttons always in view.
|
||||
- fixed #10198: Cannot drag assets to new positions on page
|
||||
- fixed #10190: Matrix 2.0 - Strange characters in "Show Ratings" box
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@ sub getMessagesPaginator {
|
|||
$sortBy = qq{ibox.$sortBy};
|
||||
}
|
||||
else {
|
||||
$sortBy = q{messageStatus DESC, dateStamp DESC};
|
||||
$sortBy = q{messageStatus='pending' DESC, dateStamp DESC};
|
||||
$sortDir = q{};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue