lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 1 forks source link

When localized attribute is selected without locale specified, error is displayed #90

Closed novoj closed 6 months ago

novoj commented 6 months ago

Steps to reproduce:

  1. define localized attribute in entity type
  2. go to entity grid listing - no locale is selected when accessed for the first time
  3. open column selection and enable all attributes to display
  4. error is displayed:

image

I'd expect that no error will be displayed and the localized attribute column displays <NO LOCALE SELECTED>. This was the previous version behaviour.