mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
hack: Nasty hack for covercard auth
This commit is contained in:
parent
2265d726ae
commit
2288c8ac15
3 changed files with 8 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ Attachments = new FilesCollection({
|
|||
if (board.isPublic()) {
|
||||
return true;
|
||||
}
|
||||
return board.hasMember(fileObj.userId);
|
||||
return board.hasMember(this.userId);
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue