Skip to content

bug in YJSG framework #52

@mirekernst

Description

@mirekernst

The YJSG framework overrides the renderModule () function in the JModuleHelper class, see the file "plugins/system /yjsg/includes/yjsgcore/classes/extend/38/module/helper.php"

in the original (Joomla) class (libraries/src/Helper/ModuleHelper.php) on line 245 is this:
app-> triggerEvent ('onRenderModule', array (&$module, &$attribs));

I then added this line to that template file on line 127. Please also do this in core YJSG, because the template does not work properly with some extensions.
This bug causes the YJSG framework to not work properly with the mobile menu ck (https://www.joomlack.fr/en/joomla-ex...mobile-menu-ck)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions