fix assign url in motion- moveToItem
This commit is contained in:
parent
1ce6804a43
commit
aa33bf37a8
@ -81,7 +81,7 @@ export class MotionMultiselectService {
|
||||
items: motions.map(motion => motion.agenda_item_id),
|
||||
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