/datum/tgui_bug_report_form 
Vars | |
| admin_user | client of the admin who is accessing the report, we don't want multiple admins unknowingly making changes at the same time. |
|---|---|
| awaiting_admin_approval | value to determine if the bug report is submitted and awaiting admin approval, used for state purposes in tgui. |
| bug_report_data | contains all the body text for the bug report. |
| initial_user | client of the bug report author, needed to create the ticket |
Var Details
admin_user 
client of the admin who is accessing the report, we don't want multiple admins unknowingly making changes at the same time.
awaiting_admin_approval 
value to determine if the bug report is submitted and awaiting admin approval, used for state purposes in tgui.
bug_report_data 
contains all the body text for the bug report.
initial_user 
client of the bug report author, needed to create the ticket