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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | umami-hide-content-import-module-3033912-2.patch | 523 bytes | shaal |
Comments
Comment #2
shaalThis patch adding
hidden: trueto the helper module.It works as usual but not showing up when checking the list of modules.
Comment #3
smazI'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!
Comment #4
gábor hojtsyThanks, makes sense.
Comment #5
gábor hojtsyFor 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...