Skip to content

Commit 511b19b

Browse files
authored
Merge pull request #21 from cmu-sei/bug-fix
quick required bug fix and version bump
2 parents c76c916 + 75cf5f0 commit 511b19b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

edit_form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ protected function specific_definition($mform) {
5555
);
5656
$mform->setType('config_frameworkid', PARAM_INT);
5757
$mform->hideIf('config_frameworkid', 'config_viewtype', 'neq', 'learningplan');
58-
$mform->addRule('config_frameworkid', get_string('required'), 'required', null, 'client');
5958

6059
$mform->addHelpButton('config_frameworkid', 'config_frameworkid', 'block_crucible');
6160
}

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
defined('MOODLE_INTERNAL') || die;
4444

45-
$plugin->version = 2025103100;
45+
$plugin->version = 2025110300;
4646
$plugin->requires = 2025041400;
4747
$plugin->component = 'block_crucible';
4848
$plugin->maturity = MATURITY_ALPHA;

0 commit comments

Comments
 (0)