Files
discourse/frontend
Juan David Martínez Cubillos d7487b00c6 FIX: Show flair visibility warning when creating hidden groups with icons or uploaded images (#35517)
**Description**

When creating a group with limited visibility (ie, not everyone), the
warning about group name visibility was missing. This occurred because
the logic involved was in another component that was not rendered in
this form. After refactoring the logic involved the flair is still
visible in both places and in all other previous places.

[Meta issue
link](https://meta.discourse.org/t/warning-that-flair-will-make-group-visible-for-everyone-doesnt-work-for-image-uploads/385552)

Group creation form
**Before**

<img width="1237" height="1005" alt="imagen"
src="https://github.com/user-attachments/assets/ba4af002-1594-4830-8aa0-e4fa33cf7652"
/>

**After**

<img width="1989" height="1090" alt="imagen"
src="https://github.com/user-attachments/assets/71608738-9515-4db5-8fb4-da4a05d54c98"
/>

Manage group page
**After**
`g/test_group/manage/profile`
<img width="1393" height="1317" alt="imagen"
src="https://github.com/user-attachments/assets/7ae9c1a6-33b8-4829-9da4-d10f7010d90c"
/>

`g/test_group/manage/membership`
<img width="1426" height="1228" alt="imagen"
src="https://github.com/user-attachments/assets/ef7edfd4-baa1-4dfa-ba5f-4cf8f7e2a752"
/>

`g/test_group/manage/interaction`
<img width="1441" height="1452" alt="imagen"
src="https://github.com/user-attachments/assets/10aec54b-7a47-432d-9051-400d1b2dc3b6"
/>
2025-10-28 12:58:35 +01:00
..