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
ac71bb90a5
Commit
e07a5ac59b
1 geänderte Dateien mit 17 neuen und 1 gelöschten Zeilen
16
spec/fixtures/actions/create_group.json
gevendort
16
spec/fixtures/actions/create_group.json
gevendort
|
@ -100,5 +100,21 @@
|
||||||
"output_type": "text",
|
"output_type": "text",
|
||||||
"output_connector": "set"
|
"output_connector": "set"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"public_exit": [
|
||||||
|
{
|
||||||
|
"type": "assignment",
|
||||||
|
"output": "false",
|
||||||
|
"output_type": "text",
|
||||||
|
"output_connector": "set"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"public_admission": [
|
||||||
|
{
|
||||||
|
"type": "assignment",
|
||||||
|
"output": "false",
|
||||||
|
"output_type": "text",
|
||||||
|
"output_connector": "set"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Laden …
In neuem Issue referenzieren