-
Bug
-
Resolution: Fixed
-
Minor
-
4.2 regressions, 4.4.5, 4.5.1
In the version 4.1 of moodle in administration->users->Assign user roles to cohort
we can choose cohort in category level, not anymore (4.3).
in 4.1 the form assign_role_cohort use the tool_lp form for searching cohort by passing data-includes = 'all' so we search all cohorts.
in 4.3 we don't use tool_lp/form-cohort-selector anymore instead we use tool_lp/form-cohort-selector and "includes" param is "parents" so it will search only cohorts in system level.