mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
fix(files): allow renaming if parent allow creating
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
b88d2e6ef6
commit
5e343ca100
1 changed files with 3 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue