Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
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,
|
||||
mute_remainder: null
|
||||
},
|
||||
send_to_api: {
|
||||
api: null,
|
||||
api_endpoint: null,
|
||||
api_body: null
|
||||
},
|
||||
add_to_group: {
|
||||
group: null
|
||||
},
|
||||
|
|
|
@ -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,
|
||||
|
|
Laden …
In neuem Issue referenzieren