]> 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)
committerskjnldsv <skjnldsv@protonmail.com>
Fri, 7 Jun 2024 10:07:33 +0000 (12:07 +0200)
commit52039ea152c4abad04bb89b32783a411ac2dc063
tree58ba9c8a042921d2d6fb61eb4f2d7edacdff1a31
parentcc35d07a8ca7fc4acc75519f53c36a841ead50bb
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