mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
f1a800bb7c
When instantiating classes that extend `inplace_editable` we can improve performance by passing persistent instances we already have, rather than re-requesting them. Add test coverage to relevant classes.