Skip to content

Commit

Permalink
Merge pull request #80 from hmcts/CCD-5647_Mismatch
Browse files Browse the repository at this point in the history
Ccd 5647 mismatch for CCD-5322
  • Loading branch information
patelila authored Aug 23, 2024
2 parents e998be2 + 5246bb3 commit dce38a8
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 62 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

apply plugin: 'java'

def buildNumber = System.getenv("RELEASE_VERSION")?.replace("refs/tags/", "") ?: "7.22.3"
def buildNumber = System.getenv("RELEASE_VERSION")?.replace("refs/tags/", "") ?: "7.23.0"

group 'com.github.hmcts'

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,4 @@
"Description" : "BEFTA bulk Solicitor Respondent for Org description2",
"HintText" : "BEFTA bulk Solicitor Respondent for Org hint2",
"DisplayOrder" : 2
}, {
"LiveFrom" : "01/01/2023",
"LiveTo" : "",
"CaseTypeID" : "FT_MasterCaseType",
"AccessTypeID" : "BEFTA_SOLICITOR_1",
"OrganisationProfileID" : "SOLICITOR_PROFILE",
"AccessMandatory" : "Yes",
"AccessDefault" : "Yes",
"Display" : "Yes",
"Description" : "BEFTA bulk Solicitor Respondent for Org description",
"HintText" : "BEFTA bulk Solicitor Respondent for Org hint",
"DisplayOrder" : 1
}, {
"LiveFrom" : "01/01/2023",
"LiveTo" : "",
"CaseTypeID" : "FT_MasterCaseType",
"AccessTypeID" : "BEFTA_SOLICITOR_2",
"OrganisationProfileID" : "OGD_DWP_PROFILE",
"AccessMandatory" : "Yes",
"AccessDefault" : "Yes",
"Display" : "Yes",
"Description" : "BEFTA bulk Solicitor Respondent for Org description2",
"HintText" : "BEFTA bulk Solicitor Respondent for Org hint2",
"DisplayOrder" : 2
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -31,37 +31,4 @@
"CaseAssignedRoleField" : "GroupRole2",
"GroupAccessEnabled" : "Yes",
"CaseAccessGroupIDTemplate" : ""
}, {
"LiveFrom" : "01/01/2023",
"LiveTo" : "",
"CaseTypeID" : "FT_MasterCaseType",
"AccessTypeID" : "BEFTA_SOLICITOR_1",
"OrganisationProfileID" : "SOLICITOR_PROFILE",
"OrganisationalRoleName" : "Role1",
"GroupRoleName" : "Role1",
"CaseAssignedRoleField" : "GroupRole1",
"GroupAccessEnabled" : "Yes",
"CaseAccessGroupIDTemplate" : "BEFTA_MASTER:$ORGID$"
}, {
"LiveFrom" : "01/01/2023",
"LiveTo" : "",
"CaseTypeID" : "FT_MasterCaseType",
"AccessTypeID" : "BEFTA_SOLICITOR_2",
"OrganisationProfileID" : "OGD_DWP_PROFILE",
"OrganisationalRoleName" : "Role1",
"GroupRoleName" : "Role1",
"CaseAssignedRoleField" : "GroupRole1",
"GroupAccessEnabled" : "Yes",
"CaseAccessGroupIDTemplate" : "BEFTA_MASTER:$ORGID$"
}, {
"LiveFrom" : "01/01/2023",
"LiveTo" : "",
"CaseTypeID" : "FT_MasterCaseType",
"AccessTypeID" : "BEFTA_SOLICITOR_2",
"OrganisationProfileID" : "OGD_DWP_PROFILE",
"OrganisationalRoleName" : "Role1",
"GroupRoleName" : "",
"CaseAssignedRoleField" : "GroupRole2",
"GroupAccessEnabled" : "Yes",
"CaseAccessGroupIDTemplate" : ""
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"AccessMandatory" : "Yes",
"AccessDefault" : "Yes",
"Display" : "Yes",
"Description" : "BEFTA bulk Solicitor 2 Respondant for Org description2",
"HintText" : "BEFTA bulk Solicitor 2 Respondant for Org hint2",
"Description" : "BEFTA bulk Solicitor 2 Respondent for Org description2",
"HintText" : "BEFTA bulk Solicitor 2 Respondent for Org hint2",
"DisplayOrder" : 1
}, {
"LiveFrom" : "01/01/2023",
Expand All @@ -19,7 +19,7 @@
"AccessMandatory" : "Yes",
"AccessDefault" : "Yes",
"Display" : "Yes",
"Description" : "BEFTA Solicitor Profile Respondant for Org description",
"HintText" : "BEFTA Solicitor Profile Respondant for Org hint",
"Description" : "BEFTA Solicitor Profile Respondent for Org description",
"HintText" : "BEFTA Solicitor Profile Respondent for Org hint",
"DisplayOrder" : 2
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,13 @@
"AccessProfiles" : "caseworker-befta_jurisdiction_1",
"ReadOnly" : "No",
"Disabled" : "No"
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"RoleName" : "idam:caseworker-befta_jurisdiction_1",
"Authorisation" : "",
"CaseTypeID" : "CaseAccessGroups_Casetype",
"AccessProfiles" : "caseworker-befta_jurisdiction_1",
"ReadOnly" : "No",
"Disabled" : "No"
} ]
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,13 @@
"AccessProfiles" : "caseworker-befta_jurisdiction_1",
"ReadOnly" : "No",
"Disabled" : "No"
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"RoleName" : "idam:caseworker-befta_jurisdiction_1",
"Authorisation" : "",
"CaseTypeID" : "CaseAccessGroups_Casetype",
"AccessProfiles" : "caseworker-befta_jurisdiction_1",
"ReadOnly" : "No",
"Disabled" : "No"
} ]

0 comments on commit dce38a8

Please sign in to comment.