-
Notifications
You must be signed in to change notification settings - Fork 15
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
Validator displays name fields from error path #72
Conversation
I'm not too sure about this:
|
|
Regarding |
* Move the name joining into md file * Add null names for layers without names
Addressed the concerns. Style should be closer, but let me know if there are still mismatches. |
docs/static/js/validator.js
Outdated
.map(e => { | ||
return { | ||
...e, | ||
path_names: this._get_friendly_path_names(e.path, data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth adding to _cleaned_error to avoid a second pass with map()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
* Validator displays name fields from error path * Validtor layer name extraction improvements * Move the name joining into md file * Add null names for layers without names * Styling fixes to make it more consistent * Fix variable naming to underscore case * Refactor path name extraction into error_clean function
No description provided.