0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-16 13:51:12 +02:00

FIX: fix client-side schema for guest create_topic

Dieser Commit ist enthalten in:
Angus McLeod 2024-08-02 15:11:47 +02:00
Ursprung 70fb37c013
Commit d0b42f49ba
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -211,6 +211,7 @@ const action = {
"members_visibility_level",
"add_event",
"add_location",
"guest_email"
],
required: ["id", "type"],
dependent: {},
@ -239,7 +240,7 @@ const filters = {
],
},
action: {
type: ["route_to", "send_message"],
type: ["route_to", "send_message", "create_topic"],
},
},
};

Datei anzeigen

@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-custom-wizard
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
# version: 2.8.0
# version: 2.8.1
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Juan Marcos Gutierrez Ramos
# url: https://github.com/paviliondev/discourse-custom-wizard
# contact_emails: development@pavilion.tech