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

View File

@ -4,7 +4,7 @@
autocomplete="off"
@id="assignee-chooser"
@value={{this.assignee}}
@onChange={{this.assignUsername}}
@onChange={{this.setAssignee}}
@showUserStatus={{true}}
@options={{hash
mobilePlacementStrategy="absolute"

View File

@ -30,7 +30,7 @@ export default class Assignment extends Component {
@action
setAssignee([newAssignee]) {
this.assigneeName = newAssignee;
this.assignee = newAssignee;
// this.assigneeError = false; fixme andrei
if (this.taskActions.allowedGroupsForAssignment.includes(newAssignee)) {