-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Improve/small fixes to new Debug UI #6419
Comments
We have a bunch of debug UI tickets still open: I believe they can be closed. Can you confirm this and perhaps to the closing yourself? |
The #5330 is not complete. |
This is confusing. What does it mean for selection fields to be "set". Does it mean non-null in the response? How can we know this up-front? |
The variables list is the answer, it only have fields set from the UI. Her is an example: The Another problem with this is that if the API changes, then the query will not work until it is manually updated - even if the change has nothing to do with the problem reported. |
This issue contains a list of small issues with the new Debug UI.
- Remember the state, and expand the same tree.
- Keep set field expanded end empty fields closed.
not_selected
is passed into OTP. The desired behaviour would be to remove the argument from the request again. Testing invalid input is out of scope for the Debug UI.Styling
The text was updated successfully, but these errors were encountered: