Drop QuikForm validation rule for text.

This commit is contained in:
Jane Adelmann 2022-06-02 11:31:10 +03:00
parent e94395f8c3
commit e1b7ea48a3
No known key found for this signature in database
GPG Key ID: 4CCF39DF30B8AF72
2 changed files with 2 additions and 3 deletions

View File

@ -134,7 +134,6 @@ function plagiarism_pchkorg_coursemodule_standard_elements($formwrapper, $mform)
$dissabledattribute
);
$mform->addHelpButton('pchkorg_min_percent', 'pchkorg_min_percent', 'plagiarism_pchkorg');
$mform->addRule('pchkorg_min_percent', null, 'text', null, 'client');
$mform->addRule(
'pchkorg_min_percent',
get_string('pchkorg_min_percent_range', 'plagiarism_pchkorg'),

View File

@ -26,9 +26,9 @@ defined('MOODLE_INTERNAL') || die();
if (!isset($plugin)) {
$plugin = new stdClass();
}
$plugin->version = 2022060114;
$plugin->version = 2022060211;
$plugin->requires = 2020061501; // Requires Moodle 3.9 .
$plugin->release = 'v3.9.4';
$plugin->release = 'v3.9.5';
$plugin->component = 'plagiarism_pchkorg';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(