Commit b32dec8
committed
Fix storing origin for workflow landing requests
The origin field was being accepted in the payload but not stored
to the model in create_workflow_landing_request(). This was
inconsistent with create_tool_landing_request() which correctly
stores the origin. Added a test to verify the origin is preserved
through create and claim operations.
https://claude.ai/code/session_01Nk9FaZ1BsPghEvrdJbNQJQ1 parent fc53dfb commit b32dec8
File tree
2 files changed
+20
-0
lines changed- lib
- galaxy_test/api
- galaxy/managers
2 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
70 | 89 | | |
71 | 90 | | |
72 | 91 | | |
| |||
0 commit comments