fix(files): allow renaming if parent allow creating

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv 2025-07-10 16:06:08 +02:00 committed by backportbot[bot]
parent b88d2e6ef6
commit 5e343ca100

View file

@ -6,6 +6,9 @@ import { emit } from '@nextcloud/event-bus'
import { Permission, type Node, FileAction } from '@nextcloud/files'
import { translate as t } from '@nextcloud/l10n'
import PencilSvg from '@mdi/svg/svg/pencil.svg?raw'
import { getPinia } from '../store'
import { useFilesStore } from '../store/files'
import { dirname } from 'path'
export const ACTION_DETAILS = 'details'