Stefan Benz
Stefan Benz
@hifabienne how should we proceed here? Templates are included now but seems as there are some additional points?
Created a summarized issue https://github.com/zitadel/zitadel/issues/8042, will move this into the backlog.
@doncicuto I'm a bit on the fence on this, in my opinion the correct way to solve this would be a bit different, so that you query for the specific...
@doncicuto No problem at all. The idea was that if columns are only filled in specific sub-selects, as they are here for each sub-table, the respective query on the sub...
@doncicuto The query would be like so: ``` { "query": { "offset": "0", "limit": 100, "asc": true }, "queries": [ { "orgQuery": { "orgId": "69629023906488334" }, }, { "projectQuery": {...
Hm, but the queries are a repeated list on the request: ``` message ListUserMembershipsRequest { //list limitations and ordering string user_id = 1 [(validate.rules).string = {min_len: 1, max_len: 200}]; //the...
The screenshot you sent here, should that contain the example I provided? As I see it you use, with 1 object and 2 attributes "orgQuery" and "projectQuery", where these 2...
> Perfect @hifabienne, I'll wait then and focus on some recent UI Bugs Thanks! Hi @doncicuto, you are totally correct as well, I was somehow under the impression that there...
Hi @brandonkal Not quite sure, I tried to find out if this is a case of case-sensitivity where there is no defined handling. Created #7886 for the version. With the...
@brandonkal we deployed a fix with v2.51.1 for the bogus MIME version, could you please check and then we can close this issue?