WIP
This commit is contained in:
parent
375234f452
commit
0ca2d22249
|
@ -4,7 +4,7 @@
|
|||
autocomplete="off"
|
||||
@id="assignee-chooser"
|
||||
@value={{this.assignee}}
|
||||
@onChange={{this.assignUsername}}
|
||||
@onChange={{this.setAssignee}}
|
||||
@showUserStatus={{true}}
|
||||
@options={{hash
|
||||
mobilePlacementStrategy="absolute"
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue