Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-12 21:22:54 +01:00
addParams (primary_group)
addParams (primary_group)
Dieser Commit ist enthalten in:
Ursprung
34229abf09
Commit
dc9df6c8fd
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
|
@ -175,6 +175,7 @@ const action = {
|
|||
custom_fields: null,
|
||||
public_exit: true,
|
||||
public_admission: true,
|
||||
primary_group: true,
|
||||
},
|
||||
},
|
||||
mapped: [
|
||||
|
@ -209,6 +210,7 @@ const action = {
|
|||
"add_location",
|
||||
"public_exit",
|
||||
"public_admission",
|
||||
"primary_group",
|
||||
],
|
||||
required: ["id", "type"],
|
||||
dependent: {},
|
||||
|
|
Laden …
In neuem Issue referenzieren