Skip to content

Commit

Permalink
Add vote_delegated_to to operator subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed May 24, 2024
1 parent a749399 commit f949ac7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/src/app/site/services/operator.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,16 @@ export class OperatorService {
idField: `meeting_user_ids`,
fieldset: `all`,
follow: [
{
idField: `vote_delegated_to_id`,
fieldset: [`meeting_id`, `group_ids`],
follow: [
{
idField: `user_id`,
fieldset: UserFieldsets.FullNameSubscription.fieldset.concat(`meeting_user_ids`)
}
]
},
{
idField: `vote_delegations_from_ids`,
fieldset: [`meeting_id`, `group_ids`],
Expand Down

0 comments on commit f949ac7

Please sign in to comment.