mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: allow sorting of MyProjectOrgs (by name) (#7970)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user