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.

Command icon 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

mrhorse created an issue. See original summary.

mrhorse’s picture

Status: Active » Needs review
mrhorse’s picture

Assigned: mrhorse » Unassigned
joelseguin’s picture

I'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

jsbalsera’s picture

The patch works perfectly, thank you!

mrhorse’s picture

Status: Needs review » Reviewed & tested by the community

Setting as reviewed and tested, but I doubt it gets merged as the maintainers manage their codebase elsewhere.

chike’s picture

The patch is working, thank you.

dianacastillo’s picture

patch works, thanks.

lexfunk’s picture

I 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!