diff --git a/src/app/modules/hub-users-management/hub-users-list/hub-users-list.html b/src/app/modules/hub-users-management/hub-users-list/hub-users-list.html index 5e128e2..298e11f 100644 --- a/src/app/modules/hub-users-management/hub-users-list/hub-users-list.html +++ b/src/app/modules/hub-users-management/hub-users-list/hub-users-list.html @@ -229,10 +229,6 @@ @if (showUserTypeColumn()) { Type } - - @if (showMerchantPartnerColumn()) { - Merchant Partner - }
Utilisateur @@ -272,25 +268,6 @@ } - - @if (showMerchantPartnerColumn()) { - - @if (user.merchantPartnerId) { -
-
- -
-
- - {{ user.merchantPartnerId.substring(0, 8) }}... - -
-
- } @else { - - - } - - }
diff --git a/src/app/modules/hub-users-management/hub-users.html b/src/app/modules/hub-users-management/hub-users.html index 6978217..705ecdf 100644 --- a/src/app/modules/hub-users-management/hub-users.html +++ b/src/app/modules/hub-users-management/hub-users.html @@ -316,121 +316,6 @@
- - @if (newUser.role === UserRole.DCB_PARTNER) { -
-
- - Informations de base du marchand -
-
- -
- - - @if (merchantName.invalid && merchantName.touched) { -
- Le nom du marchand est requis -
- } -
- -
- - -
- -
- - -
- -
- - - @if (merchantAdresse.invalid && merchantAdresse.touched) { -
- L'adresse est requise -
- } -
- -
- - - @if (merchantPhone.invalid && merchantPhone.touched) { -
- Le téléphone est requis -
- } -
- } - - - @if (!canManageRoles) { -
-
-
- -
- - Permissions limitées : - Vous ne pouvez créer que des utilisateurs avec des rôles spécifiques. - Seul un DCB Partner peut attribuer tous les rôles. - -
-
-
-
- } - @if (newUser.role) {
@@ -498,9 +383,6 @@ • Type d'utilisateur : HUB
• Créé par : Utilisateur courant
• Votre rôle : {{ currentUserRole || 'Non défini' }} - @if (newUser.role === UserRole.DCB_PARTNER) { -
• Un marchand sera créé avec cet utilisateur - }