Complete date-ordered orderings #29
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "electricdusk/pics:assets-complete-ordering"
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?
Bug as reported by Yorick: When two Assets have the same capture
date, a bug occurs in the interface where the user gets stuck in
a loop when moving to the next image.
This patch uses the primary key as a fallback when ordering the
images by capture date. This way, the asset ordering is complete
and it should resolve the bug.
Cc @Aaron
Thanks, this is a nice fix for the bug. Also, I wasn't familiar with this tuple SQL syntax, so I learned something new as well :-)