Add field on EntryProposal: Visibility (set to "Public")
This commit is contained in:
@ -52,7 +52,8 @@ proc asNotionPage*(ep: EventProposal): JsonNode =
|
||||
"Department": { "multi_select": [ { "name": ep.department } ] },
|
||||
"Location": makeTextProp("rich_text", ep.location),
|
||||
"Owner": makeTextProp("rich_text", ep.owner),
|
||||
"State": { "select": { "name": "Proposed" } }
|
||||
"State": { "select": { "name": "Proposed" } },
|
||||
"Visibility": { "select": { "name": "Public" } }
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user