Details
-
Type:
Bug
-
Status:
Development in progress
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.9.5, 2.0
-
Fix Version/s: STABLE backlog
-
Component/s: Groups
-
Labels:
-
Environment:Linux
-
Database:MySQL
-
Difficulty:Moderate
-
Affected Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
1.Create a course.
2.Create a separate group for the course from left side menu. Assign Students to the group.
3. Create an Assignment from Activity Menu.
4.Sign in as a Student who is a course group member.
5.Submit an Assignment.
6.Login as Faculty.
7.Go to the Assignment.
8.It show "No users were found with permissions to submit this assignment" for the particular group selected from drop box.
9.But it shows 1 submission for All Participants.
10. It should show submission for the separate group as the student is group member.
I think it's related to functions groups_get_activity_group() && groups_get_course_group() in lib/grouplib.php
.... but I'm not quite sure.
If I find a solution - I'll post a patch