-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
4.0.2
-
MOODLE_400_STABLE
How to reproduce:
- Create a course with groups.
- Enrol a user that doesn't belong to any group.
- Create a Chat activity configured to use Separate groups.
- In browser (LMS), open the chat and check that you can open the chat and view past sessions (if any).
- In the app, check that trying to enter the chat or viewing past sessions throw an error saying that you don't belong to any group.
The WebServices that are failing are these ones:
mod_chat_get_sessions
mod_chat_login_user
The app sends groupid=0 in both cases, and the WebServices return the error "notingroup".
IMO it should be consistent, either fail in both cases or work in both cases.