You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/actions/poll.create.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,10 @@ The `entitled_group_ids` may not contain the meetings `anonymous_group_id`.
70
70
71
71
The `max_votes_per_option` and `min_votes_amount` must be smaller or equal to `max_votes_amount`.
72
72
73
-
The `live_voting_enabled` could be set for named motion and certain named assignment polls. Assignment polls also need pollmethod `Y` and not `global_yes` and `max_votes_amount` of 1 to set the option.
73
+
The `live_voting_enabled` could be set for named motion and following named assignment polls:
74
+
- polls with pollmethod `Y` and not `global_yes` and `max_votes_amount` of 1
75
+
- polls with pollmethod `YNA` or `YN` and only one option
Copy file name to clipboardExpand all lines: docs/actions/poll.update.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,10 @@ The `entitled_group_ids` may not contain the meetings `anonymous_group_id`.
45
45
46
46
The `max_votes_per_option` and `min_votes_amount` must be smaller or equal to `max_votes_amount` after the model has been updated.
47
47
48
-
The `live_voting_enabled` could be set for named motion and certain named assignment polls. Assignment polls also need pollmethod `Y` and not `global_yes` and `max_votes_amount` of 1 to set the option.
48
+
The `live_voting_enabled` could be set for named motion and following named assignment polls:
49
+
- polls with pollmethod `Y` and not `global_yes` and `max_votes_amount` of 1
50
+
- polls with pollmethod `YNA` or `YN` and only one option
0 commit comments