mirror of
https://github.com/wekan/wekan.git
synced 2025-12-25 19:58:49 +01:00
Fix: access denied on second load
This commit is contained in:
parent
efcca9739a
commit
3d6085157e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Attachments = new FilesCollection({
|
|||
if (board.isPublic()) {
|
||||
return true;
|
||||
}
|
||||
return board.hasMember(this.userId);
|
||||
return board.hasMember(fileObj.userId);
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue