Space Station 13 - Modules - TypesVar Details

tgui_bug_report_form

Vars

approving_userclient of the admin/dev who is accessing the report, we don't want multiple people unknowingly making changes at the same time.
awaiting_approvalvalue to determine if the bug report is submitted and awaiting admin/dev approval, used for state purposes in tgui.
bug_report_datacontains all the body text for the bug report.
file_timetime the report was filed
handledWhether the report has been handled
initial_keyckey of the author
initial_user_uidclient of the bug report author, needed to create the ticket
row_indexIndex of the report in the db
selected_confirmfor 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.