]> source.dussan.org Git - nextcloud-server.git/commit
fix(files): Update current fileid in route if that node was deleted
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 17 Apr 2024 15:03:44 +0000 (17:03 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Mon, 10 Jun 2024 15:48:09 +0000 (17:48 +0200)
commit3808a5b0565847284f8a8398d8f10ac7da51e306
tree1e6cf0e760aef1c37b3cd7aebb646b296f0d666d
parent3c74559e4ce81ba5b0427125c67c5d31c33c0376
fix(files): Update current fileid in route if that node was deleted

We do not change the view to the trash bin but stay in the current view,
so we need to update the current fileid on the route if that was deleted.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/files/src/actions/deleteAction.ts
apps/files/src/store/paths.ts
apps/files/src/views/FilesList.vue