[vote] Support multiple delegations#547
Conversation
|
@ostcar you should remove 'reference' on both sides. List of allowed relations in case you need to make further changes in the future: #539 (comment) |
Thank you. That helped. I still don't know when to add the reference and when not :) Could you prepare a PR on the backend? For the moment, the client will never add more then one delegation. So it would be ok for the backend to reject multiple delegations. We want to add this change to the new vote service, that we don't need to change the database, if we add this feature later. |
|
os-go: OpenSlides/openslides-go#299 @bastianjoel Do you need to update the projector-service? |
@hjanott and @vkrasnovyd I try to apply this changes. But
make generate-relational-schemareturns with the message:I am not sure how to solve this. I tried to add a
referencetovote_delegations_from_ids, but this did not help.Is this easy to fix? We would like to add the database change to the new vote service. But the client will not use it anyway. If it is not possible at the moment, then this is not a blocker, but something, we should be able to do in the near future.