Details
-
Work Item
-
Status: closed
-
Minor
-
Resolution: Done
-
None
-
All
-
DGA Sprint 14 (8/10 to 25/10), DGA Sprint 15 (29/10 to 15/11)
-
GreenHopper Ranking:0|i27t7n:
-
9223372036854775807
-
Small
-
0
Description
Step to reproduce :
- Create a preparation
- Add a uppercase with a parameter `createNewField=true`
- Add another uppercase on the column created
To add a function, we need to get the column_name from the column_id picked from the preparation metadata.
The endpoint to add a function throws an error because the new column is not found in the payload prepV1 (API `GET /preparations/{id}/details/full`)
We need to analyze why this endpoint, which is supposed to bring back the preparation at the head step, brings only the root preparation.
So maybe we will need to check if we fix this api or if we can use the `/content` api or another to get these information.