mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:57:33 +00:00
fix: allow sorting of MyProjectOrgs (by name) (#7970)
This commit is contained in:
@@ -52,8 +52,9 @@ var (
|
||||
table: orgsTable,
|
||||
}
|
||||
OrgColumnName = Column{
|
||||
name: projection.OrgColumnName,
|
||||
table: orgsTable,
|
||||
name: projection.OrgColumnName,
|
||||
table: orgsTable,
|
||||
isOrderByLower: true,
|
||||
}
|
||||
OrgColumnDomain = Column{
|
||||
name: projection.OrgColumnDomain,
|
||||
|
Reference in New Issue
Block a user