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. |
| file_time | time the report was filed |
| handled | Whether the report has been handled |
| initial_key | ckey of the author |
| initial_user_uid | client of the bug report author, needed to create the ticket |
| row_index | Index of the report in the db |
| 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.
file_time 
time the report was filed
handled 
Whether the report has been handled
initial_key 
ckey of the author
initial_user_uid 
client of the bug report author, needed to create the ticket
row_index 
Index of the report in the db
selected_confirm 
for garbage collection purposes.