Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

History page seems to be in no particular order #389

Closed
couchand opened this issue Apr 2, 2018 · 3 comments
Closed

History page seems to be in no particular order #389

couchand opened this issue Apr 2, 2018 · 3 comments

Comments

@couchand
Copy link
Contributor

couchand commented Apr 2, 2018

From what I can tell, the History page isn't in any particular order. Is there perhaps an ORDER BY that could be added judiciously to correct this?

screen shot 2018-04-02 at 4 56 18 pm

@benesch
Copy link

benesch commented Apr 3, 2018

Oddly enough there does seem to be a sort_by:

|> Enum.sort_by(fn %{updated_at: at} -> Date.to_erl(at) end)

I don't have the slightest idea about what's going wrong.

@JensRantil
Copy link

Duplicate of #374?

@couchand
Copy link
Contributor Author

couchand commented Apr 5, 2018

Yep, definitely a dupe.

@couchand couchand closed this as completed Apr 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants