Use component_names instead of component_ids
We recently switched to returning component names instead of ids in the filtered search as the backend returns de-duplicated results with the names. To match the same behaviour with the dependencies results, we have to send the component names instead of ids. This commit implements the necessary changes for this fix.
显示
- ee/app/assets/javascripts/dependencies/components/filtered_search/group_dependencies_filtered_search.vue 1 个添加, 1 个删除...ts/filtered_search/group_dependencies_filtered_search.vue
- ee/app/assets/javascripts/dependencies/components/filtered_search/tokens/component_token.vue 1 个添加, 5 个删除...ies/components/filtered_search/tokens/component_token.vue
- ee/spec/frontend/dependencies/components/filtered_search/group_dependencies_filtered_search_spec.js 1 个添加, 1 个删除...iltered_search/group_dependencies_filtered_search_spec.js
想要评论请 注册 或 登录