Skip to content

Commit

Permalink
fileActions js: always specify favorite for nc27
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Dec 4, 2023
1 parent 5ac0f05 commit 5441d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filesplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (OCA.Files && OCA.Files.fileActions) {
directory: file.dataset.path,
etag: file.dataset.etag,
mime: file.dataset.mime,
favorite: file.dataset?.favorite,
favorite: file.dataset.favorite || 'false',
permissions: Number(file.dataset.permissions),
fileType: file.dataset.type,
size: file.dataset.size,
Expand Down

0 comments on commit 5441d60

Please sign in to comment.