Skip to content

Commit

Permalink
Add missing field to history subscription (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl authored Oct 23, 2023
1 parent 928642c commit de1c41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const getMotionListMinimalSubscriptionConfig: SubscriptionConfigGenerator
modelRequest: {
viewModelCtor: ViewMeeting,
ids: [id],
follow: [{ idField: `motion_ids`, fieldset: [`title`, `meeting_id`, `sequential_number`] }]
follow: [{ idField: `motion_ids`, fieldset: [`title`, `meeting_id`, `sequential_number`, `number`] }]
},
subscriptionName: MOTION_LIST_MINIMAL_SUBSCRIPTION
});
Expand Down

0 comments on commit de1c41c

Please sign in to comment.