-
- Downloads
Merge branch 'issue-boards-issues-total-count' into 'master'
Add the total number of issues in the JSON response in issue board lists ## What does this MR do? Add the total number of issues in the JSON response in issue board lists ## Why was this MR needed? The issue board lists should always show the total number of issues in the list, not the current amount fetched by endless scroll. Closes #21327 See merge request !5904
No related branches found
No related tags found
Showing
- app/assets/javascripts/boards/components/board_list.js.es6 12 additions, 1 deletionapp/assets/javascripts/boards/components/board_list.js.es6
- app/assets/javascripts/boards/models/list.js.es6 17 additions, 8 deletionsapp/assets/javascripts/boards/models/list.js.es6
- app/assets/stylesheets/pages/boards.scss 10 additions, 5 deletionsapp/assets/stylesheets/pages/boards.scss
- app/controllers/projects/boards/issues_controller.rb 9 additions, 6 deletionsapp/controllers/projects/boards/issues_controller.rb
- app/views/projects/boards/components/_board.html.haml 7 additions, 2 deletionsapp/views/projects/boards/components/_board.html.haml
- spec/features/boards/boards_spec.rb 17 additions, 4 deletionsspec/features/boards/boards_spec.rb
- spec/fixtures/api/schemas/issues.json 13 additions, 2 deletionsspec/fixtures/api/schemas/issues.json
- spec/javascripts/boards/mock_data.js.es6 9 additions, 6 deletionsspec/javascripts/boards/mock_data.js.es6
Loading
Please register or sign in to comment