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
We are treating IDs differently, i.e. taking it into account only if other criteria is not there, making `buildQueryConditions` mask the logic of processing IDs. Why?
We are using the same DTO struct to pass data between search and list functions, and it's becoming too cumbersome because we often don't need all data from the DTO, beating the purpose of the DTO itself.
Originally posted by @dborovcanin in #2305 (comment)
The text was updated successfully, but these errors were encountered: