Commit 194f404
committed
fix workflow: gate filter lookup on primaryRef.filter being set
`args.columns.getColumn("filter")` panics with "Column not found"
when the bundle pool doesn't carry the "filter" key. wf.prepare only
addSingle's the filter when the user picked one, so the unconditional
getColumn at body time blew up for every run that didn't pick a
filter (i.e. the default path).
Gate the lookup + sidecar staging on the same
`is_undefined(args.primaryRef.filter)` check we use in prepare so the
two stay in sync.1 parent 288f6cb commit 194f404
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
0 commit comments