-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New flags in motion.create_forwarded (#2399)
- Loading branch information
1 parent
a0f8dfa
commit 6c5ca92
Showing
23 changed files
with
1,331 additions
and
558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Payload | ||
``` | ||
{ | ||
// Required | ||
meeting_id: Id; | ||
title: string; | ||
lead_motion_id: Id; | ||
origin_id: Id; | ||
// Optional | ||
text: HTML; | ||
reason: HTML; | ||
amendment_paragraphs: JSON | ||
use_original_submitter: boolean; | ||
use_original_number: boolean; | ||
} | ||
``` | ||
|
||
## Internal action | ||
Forwards an amendment in a manner that is to what is done with normal motions in [motion.create_forwarded](motion.create_forwarded.md) | ||
|
||
The only change is that the `with_amendments` flag is not in the payload, because it is assumed to be true. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"_migration_index": 54, | ||
"_migration_index": 55, | ||
"organization": { | ||
"1": { | ||
"id": 1, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"_migration_index": 54, | ||
"_migration_index": 55, | ||
"organization": { | ||
"1": { | ||
"id": 1, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.