Fix expand_model
The base models don't have an expand
attribute when they are fully expanded, so we need to safeguard against that or we'll try to intersect an array with nil
.
GitLab atualizado da versão 14.10 para a versão 17.8!
Confira as novidades de cada major upgrade em:
15: https://about.gitlab.com/releases/2022/05/22/gitlab-15-0-released/
16: https://about.gitlab.com/releases/2023/05/22/gitlab-16-0-released/
17: https://about.gitlab.com/releases/2024/05/16/gitlab-17-0-released/
The base models don't have an expand
attribute when they are fully expanded, so we need to safeguard against that or we'll try to intersect an array with nil
.