mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 21:15:56 +03:00
[PR #449] [MERGED] use default sort order for search/advanced search pages #822
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#822
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/449
Author: @kroky
Created: 1/4/2021
Status: ✅ Merged
Merged: 1/15/2021
Merged by: @jasonmunro
Base:
master← Head:bugfix/sort-date-in-search📝 Commits (1)
4c107c6use default sort order for search/advanced search pages📊 Changes
2 files changed (+3 additions, -1 deletions)
View changed files
📝
modules/imap/functions.php(+1 -1)📝
modules/imap/setup.php(+2 -0)📄 Description
Search and Advanced Search ajax pages did not correctly load the default sort order setting and thus were still using Arrival date instead of Sent date even if the setting was enabled. This PR tries to correct the problem by exposing default sort order in case list_sort is empty - e.g. when search pages are using the imap message list functions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.