terminal42/contao-easy_themes

Easy themes can not be deactivated when be-mod is selected.

Closed this issue · 2 comments

the check

if ($user->et_enable != 1) {
    return $arrModules;
}

is missing in https://github.com/terminal42/contao-easy_themes/blob/master/EasyThemes.php#L242

Therefore as long as there is be_mod selected in the database one can not deactivate it.

found by @frontendschlampe

Does the hotfix 2.1.3 branch work for you? /cc @frontendschlampe

Germany text:

Easy_themes wird bei Contao 3.4x leider an der falsche Stelle angezeigt. Nämlich über dem Backend Module Menü, statt unter den Modul Themes.