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

[Bug] - Config UI falsely displays visibility modifier written as list as wrong #1428

Open
MariusBrill opened this issue May 13, 2022 · 0 comments
Labels
area/config-ui bug Something isn't working

Comments

@MariusBrill
Copy link
Member

MariusBrill commented May 13, 2022

Describe the bug
The config path inspectit.instrumentation.scopes.my_scope.methods.visibility contains an array and should therefore be declared as [SOME_VSIBILITY]. However, the Editor in the config UI falsely marks this as an error.

Expected behavior
Values in paths like inspectit.instrumentation.scopes.my_scope.methods.visibility should be displayed as correct when written as arrays, such as [SOME_VSIBILITY] and as false when written as ordinary strings.

Additional information (screenshots, stack traces, etc.)
False negative example:

Screenshot 2022-05-13 at 09 54 53

False positive example:
Screenshot 2022-05-13 at 09 55 30

@MariusBrill MariusBrill added bug Something isn't working area/config-ui labels May 13, 2022
@MariusBrill MariusBrill changed the title [Bug] - Config UI falsely displays visibility modifier in List as wrong [Bug] - Config UI falsely displays visibility modifier written as list as wrong May 13, 2022
@MariusBrill MariusBrill self-assigned this May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/config-ui bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant