mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
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:
commit
d1de86d570
3 changed files with 4 additions and 4 deletions
|
|
@ -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
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue