Problem/Motivation
Mark both of them hidden.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3578738
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3578738-mark-umami-and
changes, plain diff MR !15868
Comments
Comment #4
avinash.jha commentedMarked both the Umami and Minimal installation profiles as hidden, and updated the related installer test:
Umami Profile: Added hidden: true to
demo_umami.info.yml.
Minimal Profile: Added hidden: true to
minimal.info.yml.
Test Adjustment: Updated
SingleVisibleProfileTest.php
to override the minimal profile configuration as hidden: false in the test site setup. This ensures the test still has exactly one visible profile (minimal) to test the single-visible-profile installer path, preventing test failures.
Comment #5
avinash.jha commentedComment #6
avinash.jha commentedComment #7
gábor hojtsyThis issue was not wired up to the issue tree so it was lost and duplicates emerged. Umami is already hidden #3590801: Mark the minimal profile hidden in the UI (developers can still install with drush) is where minimal is being hidden. Your second part of the MR is still applicable there and in fact the only thing that may be needed to fix that. Please follow up there. Thanks!