WIP
This commit is contained in:
parent
375234f452
commit
0ca2d22249
|
@ -4,7 +4,7 @@
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
@id="assignee-chooser"
|
@id="assignee-chooser"
|
||||||
@value={{this.assignee}}
|
@value={{this.assignee}}
|
||||||
@onChange={{this.assignUsername}}
|
@onChange={{this.setAssignee}}
|
||||||
@showUserStatus={{true}}
|
@showUserStatus={{true}}
|
||||||
@options={{hash
|
@options={{hash
|
||||||
mobilePlacementStrategy="absolute"
|
mobilePlacementStrategy="absolute"
|
||||||
|
|
|
@ -30,7 +30,7 @@ export default class Assignment extends Component {
|
||||||
|
|
||||||
@action
|
@action
|
||||||
setAssignee([newAssignee]) {
|
setAssignee([newAssignee]) {
|
||||||
this.assigneeName = newAssignee;
|
this.assignee = newAssignee;
|
||||||
// this.assigneeError = false; fixme andrei
|
// this.assigneeError = false; fixme andrei
|
||||||
|
|
||||||
if (this.taskActions.allowedGroupsForAssignment.includes(newAssignee)) {
|
if (this.taskActions.allowedGroupsForAssignment.includes(newAssignee)) {
|
||||||
|
|
Loading…
Reference in New Issue