Change In activity completion not saved

Re: Change In activity completion not saved

by A. Obeid -
Number of replies: 0

Solved.


It was this function in mod_form.php

 public function definition_after_data() {
if ($this->current->instance) {
return;
}
parent::definition_after_data();
}

I remove it, everything works as expected.