Bug report form can now send summary, description, and labels to the Gitea server when submitting a bug.
This commit is contained in:
@@ -320,6 +320,9 @@ func __bug_report_form_data_prepared(tag_lists:Array):
|
||||
var bug_report_form : Control = preload("res://addons/Bugbot/UI/bug_report_form.tscn").instantiate()
|
||||
add_child(bug_report_form)
|
||||
bug_report_form.fill_tags(tag_lists)
|
||||
bug_report_form.closed.connect(__form_closed)
|
||||
func __form_closed():
|
||||
process_mode = Node.PROCESS_MODE_ALWAYS
|
||||
|
||||
|
||||
func __place_dummy_marker():
|
||||
|
||||
Reference in New Issue
Block a user