Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
caseine
moodle-mod_vpl
Commits
5f58b9bb
Commit
5f58b9bb
authored
May 12, 2021
by
Astor Bizard
Browse files
Removed link on Advanced settings from menu.
parent
41e0ca19
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib.php
View file @
5f58b9bb
...
...
@@ -599,15 +599,12 @@ function vpl_extend_settings_navigation(settings_navigation $settings, navigatio
)),
$fkn
);
// Advanced settings.
$urlexecutionfiles
=
new
moodle_url
(
'/mod/vpl/forms/files.php'
,
array
(
'id'
=>
$cmid
,
'type'
=>
'execution'
));
$advanced
=
vpl_navi_node_create
(
$vplnode
,
'advancedsettings'
,
$urlexecutionfiles
,
$fkn
,
navigation_node
::
TYPE_CONTAINER
,
'moodle'
);
$advanced
=
vpl_navi_node_create
(
$vplnode
,
'advancedsettings'
,
null
,
$fkn
,
navigation_node
::
TYPE_CONTAINER
,
'moodle'
);
vpl_navi_node_create
(
$advanced
,
'executionfiles'
,
$urlexecutionfiles
);
new
moodle_url
(
'/mod/vpl/forms/files.php'
,
array
(
'id'
=>
$cmid
,
'type'
=>
'execution'
)));
vpl_navi_node_create
(
$advanced
,
'maxresourcelimits'
,
new
moodle_url
(
'/mod/vpl/forms/executionlimits.php'
,
$parms
));
vpl_navi_node_create
(
$advanced
,
'keepfiles'
,
...
...
Write
Preview
Supports
Markdown
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