Help module needs to be enabled to enable adminimal, otherwise you 'll get the following error:

exception 'Drupal\Core\Config\UnmetDependenciesException' with
message 'Configuration objects (block.block.adminimal_theme_help)
provided by adminimal_theme have unmet dependencies' in
PATH_TO_DRUPAL/core/lib/Drupal/Core/Config/UnmetDependenciesException.php:89
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

puyol created an issue. See original summary.

brooksbrown’s picture

I also ran into this issue when trying to enable within the minimal install profile. I suggest moving the help module configuration file into the optional subdirectory. Patch attached.

brooksbrown’s picture

yvesvanlaer’s picture

You'll need to enable module "help" first to enable the theme.

morsok’s picture

Title: Help module dependency » Remove Help module hard dependency
Version: 8.x-1.1 » 8.x-1.x-dev
Status: Active » Needs review

Moving the file to the optional directory worked for me (and it's the way it's supposed to be, the help block is not a requirement for the Adminimal theme).

However i'm not sure is the patch is correct, I had to do it manually since I was getting this error : patch: **** Only garbage was found in the patch input.

MattDanger’s picture

Status: Needs review » Reviewed & tested by the community

Patch from @brooksbrown worked for me. Marking as tested.

smaz’s picture

I had the same issue as #5, when trying to apply the patch:

$ patch -p1 < adminimal_theme-help_dependency-8.x-1.x.patch 
patch: **** Only garbage was found in the patch input..

I've moved the file to the optional folder & created a new patch by doing a git diff on two different branches.

smaz’s picture

Status: Reviewed & tested by the community » Needs review

  • ANDiTKO committed 074128b on 8.x-1.x authored by smaz
    Issue #2629744 by brooksbrown, smaz: Remove Help module hard dependency
    
smaz’s picture

Status: Needs review » Fixed

Looks like we're done :) Cheers!

ANDiTKO’s picture

Status: Fixed » Closed (fixed)

Thanks for the patch guys!
Its now committed it to the stable version 8.x-1.2