fix: allow sorting of MyProjectOrgs (by name) (#7970)

This commit is contained in:
Livio Spring
2024-05-17 09:52:15 +02:00
committed by GitHub
parent 9e91b53bd4
commit b924fd59a5
5 changed files with 21 additions and 16 deletions

View File

@@ -1569,6 +1569,8 @@ message ListMyProjectOrgsRequest {
zitadel.v1.ListQuery query = 1;
//criteria the client is looking for
repeated zitadel.org.v1.OrgQuery queries = 2;
// States by which field the results are sorted.
zitadel.org.v1.OrgFieldName sorting_column = 3;
}
message ListMyProjectOrgsResponse {