Closed (duplicate)
Project:
Drupal core
Version:
main
Component:
install system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2026 at 09:55 UTC
Updated:
26 May 2026 at 09:45 UTC
Jump to comment: Most recent
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!