mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
d67c20b873
While working on the new capability to view authors of published submissions, I realized that published submissions are correctly listed (implemented in 00bc77ee) but they can't be viewed by submission.php. This patch fixes submission.php so that it allows to view published submissions. Also, I noticed that when the workshop is closed, the submissions that were assessed by the user are not listed (as they were in the previous phases) but submission.php provides access to them correctly. So I added a code that lists assessed submissions in the closed phase.