Commit cbb2a94
fix(seer): Filter projects to selected only in bulk agent mutation
The bulk agent mutation was incorrectly applying changes to all projects
in the table instead of only the selected projects. This fix filters the
projects array to include only projects whose IDs are in projectIds,
matching the pattern used by the 'Create PRs' dropdown.
Co-authored-by: Armen Zambrano G. <armenzg@users.noreply.github.com>1 parent 7a89eef commit cbb2a94
File tree
1 file changed
+4
-1
lines changed- static/gsApp/views/seerAutomation/components/projectTable
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
| |||
0 commit comments