This commit is contained in:
Andrei Prigorshnev 2024-04-02 00:02:06 +04:00
parent 607e5ae464
commit 375234f452
No known key found for this signature in database
GPG Key ID: 185E0A5F45783902
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<AssigneeChooser
autocomplete="off"
@id="assignee-chooser"
@value={{this.assigneeName}}
@value={{this.assignee}}
@onChange={{this.assignUsername}}
@showUserStatus={{true}}
@options={{hash
@ -15,7 +15,7 @@
groupMembersOf=this.taskActions.allowedGroups
maximum=1
tabindex=1
expandedOnInsert=(not this.assigneeName)
expandedOnInsert=(not this.assignee)
caretUpIcon="search"
caretDownIcon="search"
}}