Commit a2a9b6d
Validate ?types= URL param against known UnifiedTaskKind values
A shareable URL with a typo or stale kind name previously produced an
unrecoverable "No tasks match your filters" state — the unrecognised
strings became valid Set entries with no UI affordance to remove them.
Filter unknown values out at the parse site.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4f7f57a commit a2a9b6d
1 file changed
Lines changed: 12 additions & 2 deletions
File tree
- apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam._index
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
162 | 172 | | |
163 | 173 | | |
164 | 174 | | |
| |||
206 | 216 | | |
207 | 217 | | |
208 | 218 | | |
209 | | - | |
| 219 | + | |
210 | 220 | | |
211 | 221 | | |
212 | 222 | | |
| |||
488 | 498 | | |
489 | 499 | | |
490 | 500 | | |
491 | | - | |
| 501 | + | |
492 | 502 | | |
493 | 503 | | |
494 | 504 | | |
| |||
0 commit comments