desktop
desktop copied to clipboard
Scenarios: Adding a reference step in the UI doesn't update the code.
I'm on Stoplight Next (Desktop v4.1.1x64), OS X 10.13.4.
When adding a reference step to a scenario, selecting a reference from "This file" doesn't update the scenario's JSON. This results in a step that doesn't do anything.
What the UI shows:
How the JSON looks:
"steps": [
{
"type": "ref",
"input": {
"ref": ""
},
"name": "Fetch a usable formula"
},
Can be replicated by:
- chose a reference
- change step type
- change type back to reference
@OliverHofkens Thanks for pointing this out, this is a larger issue with things not clearing/updating properly, and will get fixed asap!
Excellent, thanks!