Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
addParams (public_exit&public_admission)
CWP-CreateGroup-addParams (public_exit&public_admission)
Dieser Commit ist enthalten in:
Ursprung
233e091bbb
Commit
359d8131f7
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
|
@ -173,6 +173,8 @@ const action = {
|
|||
visibility_level: null,
|
||||
members_visibility_level: null,
|
||||
custom_fields: null,
|
||||
public_exit: true,
|
||||
public_admission: true,
|
||||
},
|
||||
},
|
||||
mapped: [
|
||||
|
@ -205,6 +207,8 @@ const action = {
|
|||
"members_visibility_level",
|
||||
"add_event",
|
||||
"add_location",
|
||||
"public_exit",
|
||||
"public_admission",
|
||||
],
|
||||
required: ["id", "type"],
|
||||
dependent: {},
|
||||
|
|
Laden …
In neuem Issue referenzieren