Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
Merge pull request #42 from merefield/api_fix
FIX: add missing api actions meta
Dieser Commit ist enthalten in:
Commit
5f07814f0e
2 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
|
@ -146,6 +146,11 @@ const action = {
|
||||||
notification_level: null,
|
notification_level: null,
|
||||||
mute_remainder: null
|
mute_remainder: null
|
||||||
},
|
},
|
||||||
|
send_to_api: {
|
||||||
|
api: null,
|
||||||
|
api_endpoint: null,
|
||||||
|
api_body: null
|
||||||
|
},
|
||||||
add_to_group: {
|
add_to_group: {
|
||||||
group: null
|
group: null
|
||||||
},
|
},
|
||||||
|
|
|
@ -117,6 +117,9 @@ class CustomWizard::AdminWizardController < CustomWizard::AdminController
|
||||||
:post_builder,
|
:post_builder,
|
||||||
:post_template,
|
:post_template,
|
||||||
:notification_level,
|
:notification_level,
|
||||||
|
:api,
|
||||||
|
:api_endpoint,
|
||||||
|
:api_body,
|
||||||
title: mapped_params,
|
title: mapped_params,
|
||||||
category: mapped_params,
|
category: mapped_params,
|
||||||
tags: mapped_params,
|
tags: mapped_params,
|
||||||
|
|
Laden …
In neuem Issue referenzieren