mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
![]() Grouped elements contain arrays with the sub-paths. This patch makes sure that the sub-paths are pre-cooked recursively. However because the recipes do not distinguish the full path to the element, only the implicit recipe (making the tags lowecase) is applied. To avoid potential data loss (for example dropfields recipe would delete all fields from the whole grouped tree, not only the direct descendants of the path where the recipe is declared), explicit recipes are forbidden for grouped elements. The developer has to convert the $data manually as needed. |
||
---|---|---|
.. | ||
moodle1 | ||
convertlib.php |