Skip to content

Conversation

@backportbot-nextcloud
Copy link

Backport of #2226

@backportbot-nextcloud backportbot-nextcloud bot added bug Something isn't working javascript Javascript related ticket labels Jan 2, 2024
@backportbot-nextcloud backportbot-nextcloud bot added this to the Nextcloud 28.0.2 milestone Jan 2, 2024
@artonge
Copy link
Collaborator

artonge commented Jan 2, 2024

/compile /

@artonge artonge enabled auto-merge January 2, 2024 20:02
Signed-off-by: nextcloud-command <[email protected]>
@artonge artonge merged commit 6f72a58 into stable28 Jan 2, 2024
@artonge artonge deleted the backport/2226/stable28 branch January 2, 2024 20:16
@smartbyte
Copy link

smartbyte commented Jan 19, 2024

Sorry to re-open this case, but the sorting is still not correct in version 28.0.2 RC1 :-(
It now looks like the system is

  1. picking files that have an exif date,
  2. do an "order by"
  3. adding that to the empty list
  4. picking files with a "last-modified" date
  5. do an "order by"
  6. attaching it to the list.

What I would have needed:

  1. picking files that have an exif date
  2. picking files that have no exif date and use the last modified date
  3. "order by" the "merged" date
  4. and then attach it to the list

Would that be possible too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working javascript Javascript related ticket

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants