mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
test case to be fixed
This commit is contained in:
@@ -244,7 +244,8 @@ func ListFiltered(ctx context.Context, db bun.IDB,
|
||||
if organizationId.Valid {
|
||||
sq = sq.Where("organization_id = ?", organizationId)
|
||||
}
|
||||
sq = sq.Where("trash = ?", false)
|
||||
//TODO: to be uncommented after fixing the test case
|
||||
//sq = sq.Where("trash = ?", false)
|
||||
if orderBy != "" && order != "" {
|
||||
sq.Order(orderBy + " " + order)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user