- Notifications
You must be signed in to change notification settings - Fork927
Commit4095330
authored
fix: use only template version ID to create task workspace (#18642)
When creating a new task, the following error was getting returned:**Error:**```json{ "message": "Validation failed.", "validations": [ { "field": "template_id", "detail": "Validation failed for tag \"excluded_with\" with value: \"42205a38-845c-4186-8475-f002e0936d53\"" }, { "field": "template_version_id", "detail": "Validation failed for tag \"excluded_with\" with value: \"22b1c4b7-432d-4eb5-9341-cd8efacb8f46\"" } ]}```Caused by#186231 parentd4208d2 commit4095330
1 file changed
+7
-6
lines changedLines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
239 |
| - | |
240 |
| - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
241 | 244 |
| |
242 | 245 |
| |
243 | 246 |
| |
| |||
257 | 260 |
| |
258 | 261 |
| |
259 | 262 |
| |
260 |
| - | |
| 263 | + | |
261 | 264 |
| |
262 | 265 |
| |
263 | 266 |
| |
| |||
600 | 603 |
| |
601 | 604 |
| |
602 | 605 |
| |
603 |
| - | |
604 | 606 |
| |
605 | 607 |
| |
606 | 608 |
| |
607 | 609 |
| |
608 | 610 |
| |
609 | 611 |
| |
610 |
| - | |
611 | 612 |
| |
612 | 613 |
| |
613 | 614 |
| |
|
0 commit comments
Comments
(0)