Merge pull request #57860 from nextcloud/fix/files-batch-action-displayname

This commit is contained in:
Kate 2026-01-28 15:55:33 +01:00 committed by GitHub
commit ebfdbf86b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -287,7 +287,7 @@ export default defineComponent({
let displayName = action.id
try {
displayName = action.displayName(this.nodes, this.currentView)
displayName = action.displayName(this.actionContext)
} catch (error) {
logger.error('Error while getting action display name', { action, error })
}

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long