0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-26 19:10:29 +01:00

addParams (public_exit&public_admission)

CWP-CreateGroup-addParams (public_exit&public_admission)
Dieser Commit ist enthalten in:
Philipp 2023-04-13 15:20:48 +02:00 committet von GitHub
Ursprung 2f6492c2ed
Commit 233e091bbb
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -166,7 +166,9 @@ class CustomWizard::AdminWizardController < CustomWizard::AdminController
visibility_level: mapped_params,
members_visibility_level: mapped_params,
add_event: mapped_params,
add_location: mapped_params
add_location: mapped_params,
public_exit: mapped_params,
public_admission: mapped_params
]
)
end