FIX: add missing api actions meta
Dieser Commit ist enthalten in:
Ursprung
57aa93d9db
Commit
72f81c4c4c
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