Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console forgets verb body after send #2975

Closed
tomdaffurn opened this issue Oct 3, 2024 · 0 comments · Fixed by #2986
Closed

Console forgets verb body after send #2975

tomdaffurn opened this issue Oct 3, 2024 · 0 comments · Fixed by #2986
Assignees
Labels
bug Something isn't working console Web console

Comments

@tomdaffurn
Copy link
Contributor

When a verb is invoked from the console, the body text is immediately wiped and replaced with the previous version from local storage.

  1. Load echo.echo. Body is '{}'
  2. Enter {"name":"Tom"}
  3. Click 'Send'
    -> Body is wiped and reset to '{}'

You can also enter some body text, reload the page (which stores it in local storage). Then that version is what replaces anything you enter.

Screenshot 2024-10-03 at 3 23 17 PM
@tomdaffurn tomdaffurn added bug Something isn't working console Web console labels Oct 3, 2024
@github-actions github-actions bot added the triage Issue needs triaging label Oct 3, 2024
@ftl-robot ftl-robot mentioned this issue Oct 3, 2024
@wesbillman wesbillman self-assigned this Oct 3, 2024
@wesbillman wesbillman removed the triage Issue needs triaging label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working console Web console
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants