PMCORE-2709 ldap importing configurations from JSON file - appears a "{0}" in the description
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
</b-form-file>
|
</b-form-file>
|
||||||
<b-form-invalid-feedback>{{$root.translation('ID_IS_REQUIRED')}}</b-form-invalid-feedback>
|
<b-form-invalid-feedback>{{$root.translation('ID_IS_REQUIRED')}}</b-form-invalid-feedback>
|
||||||
</b-form-group>
|
</b-form-group>
|
||||||
<b-form-group :label="$root.translation('ID_CONNECTION_WITH_THE_SAME_NAME_PLEASE_SELECT_AN_OPTION')" v-else>
|
<b-form-group :label="$root.translation('ID_CONNECTION_WITH_THE_SAME_NAME_PLEASE_SELECT_AN_OPTION',[fileContent.AUTH_SOURCE_NAME])" v-else>
|
||||||
<b-form-file v-model="form.connectionSettings"
|
<b-form-file v-model="form.connectionSettings"
|
||||||
@change="change"
|
@change="change"
|
||||||
:state="validateState('connectionSettings')"
|
:state="validateState('connectionSettings')"
|
||||||
|
|||||||
Reference in New Issue
Block a user