Skip to content

Delete Question fix

Tymoteusz Mucha requested to merge tmch74/tc-frontend:delete_question_fix into master

An error occurs when you delete a question. This happens because after deleting the question the user returns to the previous screen where the question might still be present for ~1 frame while the question model has already been deleted, thus invoking getters etc. on NULL. Closes #187 (closed)

Edited by Tymoteusz Mucha

Merge request reports