Add description to user group table - #538
MiquelAdell merged 5 commits into
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> fix columns order
BundleMonNo change in files bundle size Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
anagperal
left a comment
There was a problem hiding this comment.
thanks @eperedo ! Only a few comments (some non-blocking) and I found this issue: the Description column stays empty until a reload after configuring the attribute, I need to reload the page.
Screencast.from.2026-08-17.11-25-49.webm
| sort: sorting.order, | ||
| filterEmptyUsers: filterEmptyUsers, | ||
| selectedUsersIds: selectedUsersIds, | ||
| searchFields: ["name", "description"], |
There was a problem hiding this comment.
searchFields is passed unconditionally, so the search matches the description even when the admin sets the Description column to disabled. Typing a word that only exists in a hidden description returns rows whose visible name doesn't match, which reads as a bug from the user's side. Maybe searchFields should be derived from the visible columns instead?
Screencast.from.2026-08-17.11-28-20.webm
There was a problem hiding this comment.
@eperedo it seems this is not fixed:
Screencast.from.2026-09-01.09-03-11.webm
|
Also this check is failing https://github.com/EyeSeeTea/user-extended/actions/runs/31216941872/job/95357282823?pr=538 The failing check ( |
…into feature/user-groups-description-attribute-869a15300
…ttributes only if needed by settings
anagperal
left a comment
There was a problem hiding this comment.
thanks @eperedo ! I still see the same behavior: as a super admin with the Description column set to disabled, searching for a word that only exists in a description still returns that group, even though the column is not shown.
📌 References
📝 Implementation
📹 Screenshots/Screen capture
User-Extended_description_attribute.mp4
🔥 Testing
Create an User Group Attribute and then select it in the Group Columns settings section