mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 23:14:07 +01:00
Fix GHSL-2026-036_Wekan.
Thanks to GHSL and xet7 !
This commit is contained in:
parent
1c8667eae8
commit
8c00adc6b8
1 changed files with 5 additions and 1 deletions
|
|
@ -225,7 +225,11 @@ publishComposite('board', async function(boardId, isArchived) {
|
|||
// Integrations
|
||||
{
|
||||
async find(board) {
|
||||
return await ReactiveCache.getIntegrations({ boardId: board._id }, {}, true);
|
||||
return await ReactiveCache.getIntegrations(
|
||||
{ boardId: board._id },
|
||||
{ fields: { token: 0 } },
|
||||
true,
|
||||
);
|
||||
}
|
||||
},
|
||||
// CardCommentReactions at board level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue