diff --git a/src/app/adf-admins/df-admin-details/df-admin-details.component.ts b/src/app/adf-admins/df-admin-details/df-admin-details.component.ts index 5700a280..f5b9dba6 100644 --- a/src/app/adf-admins/df-admin-details/df-admin-details.component.ts +++ b/src/app/adf-admins/df-admin-details/df-admin-details.component.ts @@ -144,7 +144,10 @@ export class DfAdminDetailsComponent extends DfUserDetailsBaseComponent( this.currentProfile.id, - data, + { + ...data, + password: this.userForm.value.password, + }, { snackbarSuccess: 'admins.alerts.updateSuccess', } diff --git a/src/app/adf-services/df-service-details/df-paywall-modal.html b/src/app/adf-services/df-service-details/df-paywall-modal.html index d5925f29..27cbc03e 100644 --- a/src/app/adf-services/df-service-details/df-paywall-modal.html +++ b/src/app/adf-services/df-service-details/df-paywall-modal.html @@ -1,3 +1,4 @@ +

Unlock Service

@@ -12,8 +13,7 @@

{{ 'paywall.hostedTrial' | transloco }}

{{ 'paywall.ossVersion' | transloco }}

- {{ 'paywall.signup' | transloco - }}{{ 'paywall.trial' | transloco }} } viewRow(row: T): void { - this.router.navigate([`${(row as any).id}-${(row as any).name}`], { - relativeTo: this._activatedRoute, - }); + // eslint-disable-next-line no-useless-escape + const regex = /\/api\-connections/; + if (this.router.url.match(regex)) { + this.router.navigate([`${(row as any).id}-${(row as any).name}`], { + relativeTo: this._activatedRoute, + }); + } else { + this.router.navigate([`${(row as any).id}`], { + relativeTo: this._activatedRoute, + }); + } } announceSortChange(sortState: any) { diff --git a/src/app/shared/components/df-side-nav/df-side-nav.component.html b/src/app/shared/components/df-side-nav/df-side-nav.component.html index 43fe0bb6..45f0ed49 100644 --- a/src/app/shared/components/df-side-nav/df-side-nav.component.html +++ b/src/app/shared/components/df-side-nav/df-side-nav.component.html @@ -162,4 +162,4 @@

- \ No newline at end of file +