Skip to content
New issue

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

date sorting for "Show infomation" in Terms frequency: Management interface #219

Closed
FafnerKeyZee opened this issue Jul 5, 2018 · 4 comments
Assignees
Labels

Comments

@FafnerKeyZee
Copy link

Hello,

There is a small bug, when we try to sort by date the concerning paste(s) about a keyword.
Date has the following format: DD/MM/YYYY, so pastes are sorted in the same format, so when we try to sort them, it is hard to get for most recent first or last.

When I sort them, i have:
01/07/2018
02/07/2018
05/07/2018
05/07/2018
05/07/2018
27/06/2018
28/06/2018
29/06/2018
30/06/2018

So I've to change many pages to get the actual day.

Best regards

@Terrtia Terrtia self-assigned this Jul 5, 2018
@Terrtia
Copy link
Member

Terrtia commented Jul 5, 2018

Hello,
thank for the reporting !

you right, we should use the YYYY/MM/DD format

Terrtia added a commit that referenced this issue Jul 5, 2018
@Terrtia Terrtia added the bug label Jul 5, 2018
@Terrtia
Copy link
Member

Terrtia commented Jul 5, 2018

3b4e2a1 Should cover the issue.

Can you confirm ?

@FafnerKeyZee
Copy link
Author

Working !

Thanks for the quick fix :)

@Terrtia
Copy link
Member

Terrtia commented Jul 5, 2018

Thanks for the feedback !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants