WIP: Reassigning posts from the modal
This commit is contained in:
parent
cf0861d8c8
commit
c2b5ca2fd4
|
@ -95,7 +95,11 @@ export default class AssignUserForm extends Component {
|
||||||
this.args.model.group_name = groupName;
|
this.args.model.group_name = groupName;
|
||||||
|
|
||||||
if (this.editingTopicAssignments) {
|
if (this.editingTopicAssignments) {
|
||||||
// fixme andrei implement
|
const assignment = { username, groupName };
|
||||||
|
this.args.model.updatedPostAssignments.set(
|
||||||
|
this.selectedTargetId,
|
||||||
|
assignment
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue