Fix group filter on work items list
When filtering by group on the work items list, the UI currently shows all items (epics, issues, etc) on the selected group as well as its subgroups. This behaviour is incorrect. This commit fixes this behaviour so that the UI only shows items directly associated with the group (epics) and the group only (not its subgroups) Changelog: fixed
显示
- app/assets/javascripts/work_items/graphql/list/get_work_item_state_counts.query.graphql 3 个添加, 1 个删除...ems/graphql/list/get_work_item_state_counts.query.graphql
- app/assets/javascripts/work_items/graphql/list/get_work_items.query.graphql 4 个添加, 3 个删除...ipts/work_items/graphql/list/get_work_items.query.graphql
- app/assets/javascripts/work_items/pages/work_items_list_app.vue 3 个添加, 2 个删除...sets/javascripts/work_items/pages/work_items_list_app.vue
- ee/spec/features/work_items/work_items_list_filters_spec.rb 34 个添加, 2 个删除ee/spec/features/work_items/work_items_list_filters_spec.rb
- spec/features/work_items/work_items_list_filters_spec.rb 1 个添加, 12 个删除spec/features/work_items/work_items_list_filters_spec.rb
- spec/frontend/work_items/list/components/work_items_list_app_spec.js 43 个添加, 0 个删除...nd/work_items/list/components/work_items_list_app_spec.js
加载中
想要评论请 注册 或 登录