Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

[BUG] Expression is lost in YAML > JSON #548

Closed
igarashitm opened this issue Mar 17, 2023 · 1 comment · Fixed by #565
Closed

[BUG] Expression is lost in YAML > JSON #548

igarashitm opened this issue Mar 17, 2023 · 1 comment · Fixed by #565
Assignees
Labels
bug Something isn't working

Comments

@igarashitm
Copy link
Contributor

Describe the bug
Expression breaks in some EIP with some dialect. All EIPs uses expression should behave consistently.

To Reproduce
Steps to reproduce the behavior:

  1. Paste this in source code editor
- from:
    uri: timer:null
    steps:
    - transform:
        expression:
          jq:
            expression: test
  1. Click Sync your code button
  2. See the JSON response

Expected behavior
Returned JSON should contain the expression

Logs
If applicable, add logs to help explain your problem.

Environment (please complete the following information):

Additional context
Add any other context about the problem here.

@Delawen
Copy link
Collaborator

Delawen commented Mar 20, 2023

This is part of #516

@igarashitm igarashitm self-assigned this Mar 21, 2023
Delawen pushed a commit that referenced this issue Mar 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants