Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
moodle-mod_vpl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caseine
moodle-mod_vpl
Commits
90a7b51e
Commit
90a7b51e
authored
4 years ago
by
Astor Bizard
Browse files
Options
Downloads
Patches
Plain Diff
Added menu button to access group consistency check
parent
2fe75410
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
Dev
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib.php
+3
-0
3 additions, 0 deletions
lib.php
with
3 additions
and
0 deletions
lib.php
+
3
−
0
View file @
90a7b51e
...
...
@@ -493,6 +493,7 @@ function mod_vpl_get_fontawesome_icon_map() {
'mod_vpl:grade'
=>
'fa-check-circle'
,
'mod_vpl:previoussubmissionslist'
=>
'fa-history'
,
'mod_vpl:modulenameplural'
=>
'fa-list-ul'
,
'mod_vpl:checkgroups'
=>
'fa-group'
,
'mod_vpl:description'
=>
'fa-tasks'
,
'mod_vpl:similarity'
=>
'fa-clone'
,
'mod_vpl:submissionslist'
=>
'fa-list-ul'
,
...
...
@@ -656,6 +657,8 @@ function vpl_extend_settings_navigation(settings_navigation $settings, navigatio
vpl_navi_node_create
(
$vplnode
,
'modulenameplural'
,
new
moodle_url
(
'/mod/vpl/index.php'
,
array
(
'id'
=>
$PAGE
->
cm
->
course
)),
$fkn
);
vpl_navi_node_create
(
$vplnode
,
'checkgroups'
,
new
moodle_url
(
'/mod/vpl/views/checkvpls.php'
,
array
(
'id'
=>
$PAGE
->
cm
->
course
)),
$fkn
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment