Skip to content

Owner (team) field is now a multiselect-lookup field

Santiago Faci requested to merge T377818-team-multi-select-lookup into main

Team/Owner field is now a multi-select-lookup component, several teams are allowed and the field is optional

I found something unexpected regarding how to list several teams in the catalog view. team field is now an array and can have several values so I decided to join(', ') that array to show it like the following:

Screenshot 2024-10-30 at 00.27.19.png

Closes T377818

Edited by Santiago Faci

Merge request reports