We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior
rename options in sort by dropdown as:
Created date Ascending to "Oldest created date",
Created date Descending to "Latest created date",
Modified date Ascending to "Oldest updated date",
Modified date Descending to "Latest updated date",
Review time Ascending to "Oldest review time",
Review Time Descending to "Latest review time",
Patient Name Ascending to "Patient name (A to Z)",
Patient Name Descending to "Patient name (Z to A)",
Bed No Ascending to "Bed No. (1 to n)",
Bed No Descending to "Bed No. (n to 1)",
rearrange sort by dropdown as below:
Latest created date
Oldest created date
Latest updated date
Oldest updated date
Bed No. (1 to n)
Bed No. (n to 1)
Latest review time
Oldest review time
Patient name (A to Z)
Patient name (Z to A)
make the bed number sort by filter badge and other badges user-readable eg: "Ordering: Bed No (1 to n)"
Screenshots
The text was updated successfully, but these errors were encountered:
SortDropdownMenu
rithviknishad
Successfully merging a pull request may close this issue.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
rename options in sort by dropdown as:
Created date Ascending to "Oldest created date",
Created date Descending to "Latest created date",
Modified date Ascending to "Oldest updated date",
Modified date Descending to "Latest updated date",
Review time Ascending to "Oldest review time",
Review Time Descending to "Latest review time",
Patient Name Ascending to "Patient name (A to Z)",
Patient Name Descending to "Patient name (Z to A)",
Bed No Ascending to "Bed No. (1 to n)",
Bed No Descending to "Bed No. (n to 1)",
rearrange sort by dropdown as below:
Latest created date
Oldest created date
Latest updated date
Oldest updated date
Bed No. (1 to n)
Bed No. (n to 1)
Latest review time
Oldest review time
Patient name (A to Z)
Patient name (Z to A)
make the bed number sort by filter badge and other badges user-readable eg: "Ordering: Bed No (1 to n)"
Screenshots
The text was updated successfully, but these errors were encountered: