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

Incorrect view of warnings and errors in schema import from Excel feature. #4623

Open
kirill-tolochko opened this issue Feb 4, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kirill-tolochko
Copy link
Collaborator

Problem description

Incorrect work of warnings and errors during schema import from Excel

Step to reproduce

Steps to reproduce the behavior:

  1. Create tool, create policy
  2. Try to import schema in Excel format with errors here http://localhost:4200/schemas?type=tool
    Schemas with errors.xlsx
    (or Export any working schema with formulas, and put #REF! instead of any item of the formula to reproduce the error)
  3. Check errors in the dialog window
    Image

Expected behavior

Middle column is filled

Actual behavior

Middle column isn't filled. It's

{{ error.__path }}
in the frontend\src\app\modules\schema-engine\schema-view-dialog\schema-view-dialog.component.html

But looks like this __path isn't defined anywhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants