mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Merge pull request #5021 from mfilser/minicard_show_assignee
Minicard didn't show the assignee
This commit is contained in:
commit
338aabc02f
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ BlazeComponent.extendComponent({
|
|||
ret =
|
||||
board.allowsAssignee === null ||
|
||||
board.allowsAssignee === undefined ||
|
||||
board.allowsAssigne
|
||||
board.allowsAssignee
|
||||
;
|
||||
}
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue