Problem/Motivation
When navigating to the Learnign Path inner-modules page to add activities to modules, the page is empty. The following code is present in opigno-learning-path-modules.html.twig:
{#<app-root class="d-block">{{ 'Loading app...'|t|e }}</app-root>#}
<div id="group-manager-app"></div>
Searching the codebase I can find nowhere where the app would be initialised on the #group-manager-app element. Reinstating the commented code fixes it.
Issue fork opigno_learning_path-3479172
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mrhorse commentedComment #4
mrhorse commentedComment #5
joelseguinI've tested the patch and it works without issues.
** For reference, patch seems to be the same as the duplicate issue (now closed) where a few have also tested:
https://www.drupal.org/project/opigno_lms/issues/3483078
Comment #6
jsbalseraThe patch works perfectly, thank you!
Comment #7
mrhorse commentedSetting as reviewed and tested, but I doubt it gets merged as the maintainers manage their codebase elsewhere.
Comment #8
chikeThe patch is working, thank you.
Comment #9
dianacastillo commentedpatch works, thanks.
Comment #10
lexfunk commentedI can confirm the changes in https://git.drupalcode.org/project/opigno_learning_path/-/merge_requests... solved this issue for us.
Thank you for working on this!