Problem/Motivation

After users install Umami, when going to /admin/modules list - they can see
the helper module Umami demo: Content.

After the initial install, there is no use for this help module and it can be confusing when users trying to assess Drupal for the first time.

Proposed resolution

Hide the module from the list of modules.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

shaal created an issue. See original summary.

shaal’s picture

Status: Active » Needs review
FileSize
523 bytes

This patch adding hidden: true to the helper module.
It works as usual but not showing up when checking the list of modules.

smaz’s picture

Status: Needs review » Reviewed & tested by the community

I've tested this:

Umami still installs as expected
The content import module doesn't show up in the list of modules to enable
The module can still be uninstalled from the uninstall screen, which removes the demo content.

So all looks good!

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, makes sense.

Gábor Hojtsy’s picture

For some reason the feedback did not come back from the branch. This is the commit: https://cgit.drupalcode.org/drupal/commit/?h=8.8.x&id=61a86b38a06b8e53a6...

  • Gábor Hojtsy committed 61a86b3 on 8.8.x
    Issue #3033912 by shaal, smaz: Hide the module that imports Umami's...

  • Gábor Hojtsy committed 5eaa057 on 8.7.x
    Issue #3033912 by shaal, smaz: Hide the module that imports Umami's...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.