tgui_bug_report_form 
Vars | |
| approving_user | client of the admin/dev who is accessing the report, we don't want multiple people unknowingly making changes at the same time. |
|---|---|
| awaiting_approval | value to determine if the bug report is submitted and awaiting admin/dev approval, used for state purposes in tgui. |
| bug_report_data | contains all the body text for the bug report. |
| db_uid | UID for DB stuff |
| initial_key | ckey of the author |
| initial_user_uid | client of the bug report author, needed to create the ticket |
| selected_confirm | for garbage collection purposes. |
Var Details
approving_user 
client of the admin/dev who is accessing the report, we don't want multiple people unknowingly making changes at the same time.
awaiting_approval 
value to determine if the bug report is submitted and awaiting admin/dev approval, used for state purposes in tgui.
bug_report_data 
contains all the body text for the bug report.
db_uid 
UID for DB stuff
initial_key 
ckey of the author
initial_user_uid 
client of the bug report author, needed to create the ticket
selected_confirm 
for garbage collection purposes.