mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-15 05:07:44 +00:00
feat(console): authorizations from user context, add grants to auth user view, fix app saving (#895)
* user grant on project * grant in auth user, enable creation, fix inv regex * use autocomplete solutions, section for usre ctx * user grant create for user context * fix edit from table * fix create context * fix authorization to write * grant overview component * fix user grants without context * lint * turn table highlighting off, rm logs * fix app name saving * fix table refresh for project grants * translate toast * i18n * lint * Update console/src/assets/i18n/de.json Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
"LOGOUT": "Logout All Users",
|
||||
"NEWORG":"New Organisation",
|
||||
"IAMADMIN":"You are an IAM Administrator. Note that you have extended permissions.",
|
||||
"SHOWORGS":"Show All Organisations"
|
||||
"SHOWORGS":"Show All Organisations",
|
||||
"GRANTSECTION":"Authorization Section",
|
||||
"GRANTS":"Authorizations"
|
||||
},
|
||||
"ACTIONS": {
|
||||
"SAVE": "Save",
|
||||
@@ -870,6 +872,8 @@
|
||||
},
|
||||
"ROLESLABEL":"Roles",
|
||||
"GRANTS": {
|
||||
"TITLE":"Authorisations",
|
||||
"DESC":"Here you can manage authorizations of your organization users.",
|
||||
"DELETE":"Delete Authorisation",
|
||||
"ADD":"Create Authorisation",
|
||||
"ADD_BTN":"New",
|
||||
|
Reference in New Issue
Block a user