- Issue created by @maursilveira
- 🇨🇦Canada maursilveira Windsor, ON
I'm fairly new to this module, and I have a question: shouldn't the library
h5p/h5p.content
be a dependency to all installed content libraries (in sites/default/files/h5p/libraries)? I believe this is the reason Drupal isn't guaranteeing those main H5P libraries are not being loaded before the content libraries. - Merge request !22Register installed libraries dependent on H5P content core library → (Open) created by maursilveira
- Status changed to Needs review
5 months ago 2:39pm 29 July 2024 - 🇨🇦Canada maursilveira Windsor, ON
I created a merge request for the fix. It registers the installed content libraries as dependent on the H5P main core library. This solves the errors, properly defining and constructing the H5P functions prior to their usage by the installed content libraries.
Please let me know if you have any questions about this. Thank you.
- 🇨🇦Canada maursilveira Windsor, ON
Please find attached a patch file with the same fix applied in the MR, if anybody needs an actual patch file.