mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 10:08:49 +01:00
Minicard, show creator, defaultValue of schema and other code is now the same
This commit is contained in:
parent
a2662f1366
commit
7bf77fa7cb
2 changed files with 3 additions and 15 deletions
|
|
@ -42,11 +42,7 @@ BlazeComponent.extendComponent({
|
|||
const board = this.data().board();
|
||||
let ret = false;
|
||||
if (board) {
|
||||
ret =
|
||||
board.allowsCreatorOnMinicard === null ||
|
||||
board.allowsCreatorOnMinicard === undefined ||
|
||||
board.allowsCreatorOnMinicard
|
||||
;
|
||||
ret = board.allowsCreatorOnMinicard ?? false;
|
||||
}
|
||||
return ret;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue