Include/exclude all projects is noticeably slow when a feed has lots of projects
GentlemanHal opened this issue · 1 comments
GentlemanHal commented
Bug report
Expected behaviour?
All projects should be included or excluded without any delay.
Actual behaviour?
All projects are included or excluded with a noticeable delay.
Steps to reproduce?
- Add a feed with lots of projects (mine has ~140 projects)
- Click the "exclude all" button
This is because it loops through all projects and triggers an include/exclude action on each one. We should add an explicit include/exclude all action.
cksharma11 commented
Can you review my PR?