Skip to content

Fix project team members count

Jan Provaznik requested to merge rails5-flatten into master

What does this MR do?

In Rails 5 project.team.members returns a CollectionProxy instead of array, which causes that .flatten fails. Although we could update the call to get distinct count directly with sql query, in this case it's better to re-use the list of members which is being loaded anyway.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #46283 (closed)

Edited by Grzegorz Bizon

Merge request reports