Bug report form can now send summary, description, and labels to the Gitea server when submitting a bug.

This commit is contained in:
Jamie Greunbaum
2024-05-24 19:04:50 -04:00
parent acbdbe413e
commit 5b4dc53a62
5 changed files with 85 additions and 23 deletions
+3
View File
@@ -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():