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

Entity grid listing displays UNKNOWN price inner handling even if it's set #49

Closed novoj closed 6 months ago

novoj commented 9 months ago

See query:

query {
  getProduct(primaryKey: 63049) {
    priceInnerRecordHandling
  }
}

With result:

image

Yet the grid displays:

image

lukashornych commented 9 months ago

Yeah, I know about it, just didn't have time to shove it yet. However, what i found so far, the lab API returns wrong data.

Anyway, i will need to look into it, thanks for the report.

lukashornych commented 9 months ago

As a side note, if GraphQL is used instead, the price inner handling is displayed correctly.

lukashornych commented 6 months ago

Fixed, incorrect priceContent() was used in the query builder for evitaQL.