mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 08:00:37 +01:00
Merge branch 'MDL-77398-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
d1c24b02ab
@ -4545,7 +4545,10 @@ class assign {
|
||||
'context'=>$this->get_context(),
|
||||
'markingworkflow'=>$markingworkflow,
|
||||
'markingallocation'=>$markingallocation);
|
||||
$classoptions = array('class'=>'gradingbatchoperationsform');
|
||||
$classoptions = [
|
||||
'class' => 'gradingbatchoperationsform',
|
||||
'data-double-submit-protection' => 'off',
|
||||
];
|
||||
|
||||
$gradingbatchoperationsform = new mod_assign_grading_batch_operations_form(null,
|
||||
$batchformparams,
|
||||
@ -5023,7 +5026,11 @@ class assign {
|
||||
'context'=>$this->get_context(),
|
||||
'markingworkflow'=>$this->get_instance()->markingworkflow,
|
||||
'markingallocation'=>$markingallocation);
|
||||
$formclasses = array('class'=>'gradingbatchoperationsform');
|
||||
$formclasses = [
|
||||
'class' => 'gradingbatchoperationsform',
|
||||
'data-double-submit-protection' => 'off'
|
||||
];
|
||||
|
||||
$mform = new mod_assign_grading_batch_operations_form(null,
|
||||
$batchformparams,
|
||||
'post',
|
||||
|
Loading…
x
Reference in New Issue
Block a user