(null),
appType: new FormControl('WORKSPACE')
})
- this.appSearchCriteriaGroup.controls['appType'].setValue('WORKSPACE') // default: all app types
+ this.appSearchCriteriaGroup.controls['appType'].setValue('ALL') // default: all app types
this.appTypeItems = [
{ label: 'APP.SEARCH.FILTER.ALL', value: 'ALL' },
{ label: 'APP.SEARCH.FILTER.WORKSPACE', value: 'WORKSPACE' },
diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json
index afffee1..44a82d0 100644
--- a/src/assets/i18n/de.json
+++ b/src/assets/i18n/de.json
@@ -172,7 +172,8 @@
"REVOKE_SUCCESS": "Berechtigung entzogen"
},
"SORT": {
- "APP_ID": "Sortierung nach Apps"
+ "APP_ID": "Sortierung nach App IDs",
+ "PRODUCT": "Sortierung nach Produkt und App IDs"
},
"SEARCH": {
"FILTER": {
@@ -192,6 +193,7 @@
}
},
"ROLE": {
+ "LABEL.APP": "App Rollen",
"LABEL.WORKSPACE": "Workspace Rollen",
"TOOLTIP": "Für den Workspace erstellte Rollen, als Auswahl der für den Mandaten definierten Rollen, die dem Benutzer zugeordnet werden können.",
"NAME": "Name",
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index d8e5b6b..3b0ddb8 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -173,7 +173,8 @@
"REVOKE_SUCCESS": "Permission revoked"
},
"SORT": {
- "APP_ID": "Sorting by apps"
+ "APP_ID": "Sorting by App IDs",
+ "PRODUCT": "Sorting by Product und App IDs"
},
"SEARCH": {
"FILTER": {
@@ -193,6 +194,7 @@
}
},
"ROLE": {
+ "LABEL.APP": "App Roles",
"LABEL.WORKSPACE": "Workspace Roles",
"TOOLTIP": "Roles created for the workspace, as a selection of the roles defined for the tenant that can be assigned to the user.",
"NAME": "Name",
|