You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Suppose we have a shop and a shop category.
Both are multilingual.
If we need to have sorting by the category field in gridview, it should be described like this:
All works fine, if shop always has category.
But when a non-category shop is allowed (category_id can be null) we have a problem:
there is no category translations without category so additional condition from translation relation returns false (WHERE (cat_language='uk')) and shops without category are not displayd in the result.
What we can do with this? Thanks
The text was updated successfully, but these errors were encountered:
Hello!
Suppose we have a shop and a shop category.
Both are multilingual.
If we need to have sorting by the category field in gridview, it should be described like this:
All works fine, if shop always has category.
But when a non-category shop is allowed (category_id can be null) we have a problem:
there is no category translations without category so additional condition from translation relation returns false (WHERE (
cat_language
='uk')) and shops without category are not displayd in the result.What we can do with this? Thanks
The text was updated successfully, but these errors were encountered: