mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 05:37:42 +00:00
fix(console): display granted org name in authorizations and show user information (#7116)
* fix: add granted org info to user grants query response * fix: show user info, tests and add columns to user grant * fix: add check for org membership * fix: typo in find logic --------- Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -2237,7 +2237,8 @@
|
||||
"TOAST": {
|
||||
"UPDATED": "Autorizzazione aggiornata.",
|
||||
"REMOVED": "Autorizzazione rimossa con successo.",
|
||||
"BULKREMOVED": "Autorizzazioni rimossi con successo."
|
||||
"BULKREMOVED": "Autorizzazioni rimossi con successo.",
|
||||
"CANTSHOWINFO": "Non puoi visitare il profilo di questo utente poiché non sei un membro dell'organizzazione a cui appartiene questo utente"
|
||||
},
|
||||
"DIALOG": {
|
||||
"DELETE_TITLE": "Elima autorizzazione",
|
||||
|
Reference in New Issue
Block a user