Merge pull request #4420 from MaximilianKrambach/fixMoveToItem
fix assign url in motion- moveToItem
This commit is contained in:
commit
c7129edb02
@ -81,7 +81,7 @@ export class MotionMultiselectService {
|
|||||||
items: motions.map(motion => motion.agenda_item_id),
|
items: motions.map(motion => motion.agenda_item_id),
|
||||||
parent_id: selectedChoice.items as number
|
parent_id: selectedChoice.items as number
|
||||||
};
|
};
|
||||||
await this.httpService.post('/rest/agenda/item/assign', requestData);
|
await this.httpService.post('/rest/agenda/item/assign/', requestData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user