Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +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,
|
custom_fields: null,
|
||||||
public_exit: true,
|
public_exit: true,
|
||||||
public_admission: true,
|
public_admission: true,
|
||||||
|
primary_group: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mapped: [
|
mapped: [
|
||||||
|
@ -209,6 +210,7 @@ const action = {
|
||||||
"add_location",
|
"add_location",
|
||||||
"public_exit",
|
"public_exit",
|
||||||
"public_admission",
|
"public_admission",
|
||||||
|
"primary_group",
|
||||||
],
|
],
|
||||||
required: ["id", "type"],
|
required: ["id", "type"],
|
||||||
dependent: {},
|
dependent: {},
|
||||||
|
|
Laden …
In neuem Issue referenzieren