Merge pull request #57880 from nextcloud/backport/57860/stable33

[stable33] fix(files): use correct API for action displayName in batch actions
This commit is contained in:
Andy Scherzinger 2026-01-28 18:10:08 +01:00 committed by GitHub
commit d1de86d570
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