From 93981c6d2d5527ce4a552b868f45d93cf322f062 Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Wed, 20 Jan 2021 13:30:30 -0400 Subject: [PATCH] PMCORE-2755 LDAP> The User identifier/Group identifier field has not a button to make it editable --- .../components/formAuthenticationSources.vue | 135 +++++++++++++++--- 1 file changed, 118 insertions(+), 17 deletions(-) diff --git a/workflow/engine/methods/authenticationSources/src/components/formAuthenticationSources.vue b/workflow/engine/methods/authenticationSources/src/components/formAuthenticationSources.vue index a14d1dd94..03b361b8e 100644 --- a/workflow/engine/methods/authenticationSources/src/components/formAuthenticationSources.vue +++ b/workflow/engine/methods/authenticationSources/src/components/formAuthenticationSources.vue @@ -32,10 +32,26 @@ {{$root.translation('ID_IS_REQUIRED')}} - - {{$root.translation('ID_IS_REQUIRED')}} + + + + {{$root.translation('ID_IS_REQUIRED')}} + @@ -93,30 +109,108 @@ {{$root.translation('ID_IS_REQUIRED')}} - + + + + - + + + + - + + + + - + + + + - + + + + @@ -228,7 +322,14 @@ {value: "ds", text: "389 DS"} ], roles: [], - show: true + disabledField: { + port: true, + userIdentifier: true, + groupIdentifier: true, + userClassIdentifier: true, + groupClassIdentifier: true, + departmentClassIdentifier: true + } }; }, methods: {