Skip to content

Commit cf07751

Browse files
committed
Update docs
1 parent c725b63 commit cf07751

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/actions/motion_supporter.create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```
88

99
## Action
10-
Creates a motion_submitter.
10+
Creates a motion_supporter.
1111
This action fails in two cases:
1212
- the supporter system is deactivated (`meeting/motions_supporters_min_amount` is 0)
1313
- the motion state's `state/allow_support` is false and the calling user does not have `motion.can_manage_meta_data` permission.

docs/actions/motion_supporter.delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
```
77

88
## Action
9-
Deletes a motion_submitter.
9+
Deletes a motion_supporter.
1010
With the exception of internal calls (for the sake of merge), this action fails in two cases:
1111
- the supporter system is deactivated (`meeting/motions_supporters_min_amount` is 0)
1212
- the motion state's `state/allow_support` is false and the calling user does not have `motion.can_manage_meta_data` permission.

openslides_backend/action/actions/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def prepare_actions_map() -> None:
3030
motion_editor,
3131
motion_state,
3232
motion_submitter,
33+
motion_supporter,
3334
motion_workflow,
3435
motion_working_group_speaker,
3536
option,

0 commit comments

Comments
 (0)