1
0
Fork 0

FIX: add missing api actions meta

Dieser Commit ist enthalten in:
Robert Barrow 2020-05-30 20:26:14 +01:00
Ursprung 57aa93d9db
Commit 72f81c4c4c
2 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -146,6 +146,11 @@ const action = {
notification_level: null,
mute_remainder: null
},
send_to_api: {
api: null,
api_endpoint: null,
api_body: null
},
add_to_group: {
group: null
},

Datei anzeigen

@ -117,6 +117,9 @@ class CustomWizard::AdminWizardController < CustomWizard::AdminController
:post_builder,
:post_template,
:notification_level,
:api,
:api_endpoint,
:api_body,
title: mapped_params,
category: mapped_params,
tags: mapped_params,