]> source.dussan.org Git - nextcloud-server.git/commit
fix(files): Fix legacy files list sorting 39919/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 16 Aug 2023 18:11:31 +0000 (20:11 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Sat, 19 Aug 2023 13:08:39 +0000 (15:08 +0200)
commitcb5c1725d17aafbaf5686d86052538a281c6f222
tree8beb7d2d4e2185844b0309c0c575eed701e59ce8
parentcb894ebede0360807bf801c19abca112779a6c80
fix(files): Fix legacy files list sorting

The sorting was not saved since files2vue changes in Nextcloud 27, as a new API endpoint
was introduced and the old one was dropped without adjusting the legacy file list to use it.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/files/js/filelist.js
apps/files/lib/Controller/ViewController.php
apps/files/tests/js/filelistSpec.js
cypress/e2e/files.cy.ts