Skip to content
Snippets Groups Projects
Unverified Commit 107f6dd1 authored by EL HAJJIOUI Nabil's avatar EL HAJJIOUI Nabil Committed by GitHub
Browse files

Fix external parameter profile attachment (#360)

parent 527ef3b0
No related branches found
No related tags found
1 merge request!51Merge mis a jour vitam-ui
......@@ -135,7 +135,7 @@ public class ExternalParamProfileInternalService {
false,
"",
authUserDto.getProofTenantIdentifier(),
CommonConstants.EXTERNAL_PARAM_PROFILE_APP,
CommonConstants.EXTERNAL_PARAMS_APP,
List.of(
ServicesData.ROLE_GET_ACCESS_CONTRACT_EXTERNAL_PARAM_PROFILE,
ServicesData.ROLE_EDIT_ACCESS_CONTRACT_EXTERNAL_PARAM_PROFILE,
......
......@@ -271,6 +271,8 @@ public class CommonConstants {
public static final String EXTERNAL_PARAM_PROFILE_APP = "EXTERNAL_PARAM_PROFILE_APP";
public static final String EXTERNAL_PARAMS_APP = "EXTERNAL_PARAMS";
public static final String DEFAULT_INGEST_CONTRACT_IDENTIFIER = "IC-000001";
public static final String DEFAULT_HOLDING_ACCESS_CONTRACT_IDENTIFIER = "AC-000001";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment