Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
FIX: fix client-side schema for guest create_topic
Dieser Commit ist enthalten in:
Ursprung
70fb37c013
Commit
d0b42f49ba
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
|
@ -211,6 +211,7 @@ const action = {
|
||||||
"members_visibility_level",
|
"members_visibility_level",
|
||||||
"add_event",
|
"add_event",
|
||||||
"add_location",
|
"add_location",
|
||||||
|
"guest_email"
|
||||||
],
|
],
|
||||||
required: ["id", "type"],
|
required: ["id", "type"],
|
||||||
dependent: {},
|
dependent: {},
|
||||||
|
@ -239,7 +240,7 @@ const filters = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
action: {
|
action: {
|
||||||
type: ["route_to", "send_message"],
|
type: ["route_to", "send_message", "create_topic"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
# name: discourse-custom-wizard
|
# name: discourse-custom-wizard
|
||||||
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
|
# 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
|
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Juan Marcos Gutierrez Ramos
|
||||||
# url: https://github.com/paviliondev/discourse-custom-wizard
|
# url: https://github.com/paviliondev/discourse-custom-wizard
|
||||||
# contact_emails: development@pavilion.tech
|
# contact_emails: development@pavilion.tech
|
||||||
|
|
Laden …
In neuem Issue referenzieren