mirror of
https://github.com/PlagiarismCheck/moodle-plagiarism_pchkorg.git
synced 2024-12-22 04:10:07 +00:00
Drop QuikForm validation rule for text.
This commit is contained in:
parent
e94395f8c3
commit
e1b7ea48a3
1
lib.php
1
lib.php
@ -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'),
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user