-
Bug
-
Resolution: Fixed
-
Major
-
3.6, 3.7
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_36_STABLE
-
MDL-64426-master-2 -
Thanks to michaelh for spotting this one while working on another issue.
At the moment, only group conversations get names (and subnames). If the course group to which the conversation is linked has a multilang string for its name, that breaks the get_conversations() call. The value of name is expected to be NOTAGS and the multilang value won't validate.
This name value should support filters via format_string, and the param should be updated accordingly in the web service. The subname is already output using format_string, so just needs a param change in the web service to PARAM_TEXT I believe.
To replicate:
- Make sure multilang is enabled
- Create a course with a group - make sure the group name is a multilang string
- Enrol a user in the group and enable group messaging
- log in as the user and open the messaging pane
Observe the exception.
- is blocked by
-
MDL-63686 Preload contexts in get_parent_contexts
-
- Closed
-