-
Bug
-
Resolution: Fixed
-
Major
-
4.2.0
-
-
MOODLE_402_STABLE
-
MOODLE_403_STABLE
-
Moodle Apps - 2023 Sprint i3.2
When there are a lot of availability restrictions, in LMS a "Show more" is displayed and the restriction is partially collapsed. In the app we render the HTML as we receive it from WS, so the app displays this Show more (but there is no collapsing here since the JS from LMS doesn't run in the app).
In MDL-78204 this part is being refactored and this doesn't happen anymore with the proposed patch (15th June 2023), but we should fix it for older sites. This show more is returned with the format:
<li data-action="showmore" class="d-block showmore">
<a role="button" aria-expanded="false" aria-controls="availability-tree-648b22d226ea8" href="#" > Show more</a>
</li>
- is blocked by
-
MDL-78204 Add "show more" / "show less" options for access restrictions on course page
- Closed