Skip to content

Commit

Permalink
MDL-79573 communication: Load form data for the correct provider fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhawkins committed Oct 6, 2023
1 parent 329a9e9 commit acc48db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions communication/classes/form/configure_form.php
Expand Up @@ -88,6 +88,7 @@ public function definition() {
component: $component,
instancetype: $instancetype,
instanceid: $instanceid,
provider: $this->_customdata['selectedcommunication'],
);
$this->communication->form_definition($mform);
$this->communication->set_data($instancedata);
Expand Down

0 comments on commit acc48db

Please sign in to comment.