mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 15:48:49 +01:00
Fix: access denied on second load
This commit is contained in:
parent
116d68b48a
commit
e51679967a
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