Skip to content
Snippets Groups Projects
Commit 5f58b9bb authored by Astor Bizard's avatar Astor Bizard :dog2:
Browse files

Removed link on Advanced settings from menu.

parent 41e0ca19
No related branches found
No related tags found
2 merge requests!13Added settings overrides, work state summary, temporary token to be sent to execution server.,!11Web submission and variations form improvements, minor fixes
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment