Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.7, 3.7.4, 3.8.1
-
Component/s: Questions
Description
In questiontypebase.php::question_type::save_question method, the triggering of those events (depending on new or updated question) is before all the DB is updated... Like type specific options and question version...
IMHO it was better to trigger the events after all the data upd-to-date...