Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LabNbook
LabNbook-Moodle
Commits
ccd6b7e7
Verified
Commit
ccd6b7e7
authored
May 07, 2020
by
David Beniamine
Browse files
Add hidden input with teamconfigid
parent
9e18742b
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod_form.php
View file @
ccd6b7e7
...
...
@@ -167,6 +167,8 @@ EOJS
$this
->
addInputInt
(
'size_opt'
,
true
);
$this
->
addInputInt
(
'size_max'
,
false
);
$this
->
addInputInt
(
'size_min'
,
false
);
$mform
->
addElement
(
'hidden'
,
'labnbook_teamconfigid'
,
false
);
$mform
->
setType
(
'labnbook_teamconfigid'
,
PARAM_INT
);
// Add standard grading elements.
$this
->
standard_grading_coursemodule_elements
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment