-
Bug
-
Resolution: Done
-
Major
-
4.1.1
-
-
MOODLE_401_STABLE
-
MOODLE_402_STABLE
-
Moodle App 4.2.0
Drop-down menu user profile fields with menu options using filters such as multi-lang are not properly displayed on the app.
The problem is that we don't receive all data as we'd need to, the Web Service needs some changes to make it return in a new parameter (param2) a json structure with all the information to be displayed
Please notice that there could be an issue when the profile field is forced or not by configuration, when required, an additional option "choose" will be included in the json response, when not required, it won't be included
See examples attached.
There is a second issue here that is in the user profile field we are not returning the field value already formatted, for that, we are improving the WS (see parent issue) to return a new field called "displaydata" with the value already filtered