Removing a item from a list configuration field removes the next one and does not update the JSON payload
- Create a process.
- Add a worker version that has a
user_configuration
with a list
field, for example Spacy Training.
- In that list field, add a few items.
- Click on the ➖ icon to delete an item, on any item but the last one.
- That item is deleted.
- Cry as the item below it is also deleted.
- Click the JSON switch to view the configuration's JSON payload.
- The two deleted items are still there!
- Click the JSON switch again.
- The items are all back!
shenanginans