Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(files): adjust renaming action comment
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv authored and nextcloud-command committed May 14, 2025
commit 7fc031847584cbcfa1e655d099e3f18b00cb6ffc
2 changes: 2 additions & 0 deletions apps/files/src/store/renaming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ export const useRenamingStore = defineStore('renaming', () => {
})

// Update mime type if extension changed
// as other related informations might have changed
// on the backend but it is really hard to know on the front
if (oldExtension !== newExtension) {
node = await fetchNode(node.path)
}
Expand Down