MDL-78025 question: move hiding logic into question_delete_question
commit37e8115d689ec5ab1d625e440683f0d72579c814
authorTim Hunt <T.J.Hunt@open.ac.uk>
Wed, 26 Apr 2023 09:42:11 +0000 (26 10:42 +0100)
committerTim Hunt <T.J.Hunt@open.ac.uk>
Wed, 26 Apr 2023 09:49:32 +0000 (26 10:49 +0100)
treef2492eeda32b20044e390d611a1a13db0c35540b
parent4e632b72518d86f069839620cca270911e09b29a
MDL-78025 question: move hiding logic into question_delete_question

This logic belongs in the API, so it is applied consistently.

Also this avoids calling the expensive function questions_in_use
twice per question.
lib/questionlib.php
question/bank/deletequestion/delete.php