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

Item name and display content do not match #502

Open
murata100 opened this issue Feb 28, 2022 · 0 comments
Open

Item name and display content do not match #502

murata100 opened this issue Feb 28, 2022 · 0 comments

Comments

@murata100
Copy link

On the failed screen, the display content of the item HTTP body is not body but body.message

Current actual

<dt>HTTP body</dt>
<dd><pre>{job.result.message}</pre></dd>

Improvement proposal A

          <dt>HTTP body.message</dt>
          <dd><pre>{job.result.message}</pre></dd>

Improvement proposal B (May not work)

          <dt>HTTP body</dt>
          <dd><pre>{job.result}</pre></dd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant