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

Students can now see their submissions past due date

parent ffbe7b2a
No related branches found
No related tags found
1 merge request!1Dev: Submissions list rework, webservices and bugfixes
......@@ -1526,7 +1526,7 @@ class mod_vpl {
}
$tabs [] = vpl_create_tabobject( 'edit.php', $href, 'edit');
}
if (! $example && $submiter && $this->is_submit_able()) {
if (! $example && $submiter) {
$href = vpl_mod_href( 'forms/submissionview.php', 'id', $cmid, 'userid', $userid );
$tabs [] = vpl_create_tabobject( 'submissionview.php', $href, 'submissionview');
if ($grader && $this->get_grade() != 0 && $subinstance
......
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