Skip to content

Commit

Permalink
GA-133 more spreadsheets and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
helenbirdhmcts committed Feb 21, 2024
1 parent aceffff commit b0b8d19
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 37 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

apply plugin: 'java'

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

group 'com.github.hmcts'

Expand Down Expand Up @@ -167,7 +167,7 @@ publishing {
wrapper.gradleVersion = '2.10'

dependencies {
compile group: 'com.github.hmcts', name: 'befta-fw', version: '8.8.3'
compile group: 'com.github.hmcts', name: 'befta-fw', version: '8.8.5'
}
// end::dependencies[]

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[ {
"LiveFrom" : "01/01/2023",
"LiveTo" : "",
"CaseTypeID" : "FT_CaseAccessGroup",
"AccessTypeID" : "BEFTA_SOLICITOR_1",
"OrganisationProfileID" : "SOLICITOR_PROFILE",
"AccessMandatory" : "Yes",
"AccessDefault" : "Yes",
"Display" : "Yes",
"Description" : "BEFTA bulk Solicitor Respondant for Org description",
"HintText" : "BEFTA bulk Solicitor Respondant for Org hint",
"DisplayOrder" : 1
}, {
"LiveFrom" : "01/01/2023",
"LiveTo" : "",
"CaseTypeID" : "FT_CaseAccessGroup",
"AccessTypeID" : "BEFTA_SOLICITOR_2",
"OrganisationProfileID" : "OGD_DWP_PROFILE",
"AccessMandatory" : "Yes",
"AccessDefault" : "Yes",
"Display" : "Yes",
"Description" : "BEFTA bulk Solicitor Respondant for Org description2",
"HintText" : "BEFTA bulk Solicitor Respondant for Org hint2",
"DisplayOrder" : 2
} ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[ {
"LiveFrom" : "01/01/2023",
"LiveTo" : "",
"CaseTypeID" : "FT_CaseAccessGroup",
"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_CaseAccessGroup",
"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_CaseAccessGroup",
"AccessTypeID" : "BEFTA_SOLICITOR_2",
"OrganisationProfileID" : "OGD_DWP_PROFILE",
"OrganisationalRoleName" : "Role1",
"GroupRoleName" : "",
"CaseAssignedRoleField" : "GroupRole2",
"GroupAccessEnabled" : "Yes",
"CaseAccessGroupIDTemplate" : ""
} ]

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,24 @@
"ReadOnly" : "No",
"Disabled" : "No",
"CaseAccessCategories" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"RoleName" : "GroupRole1",
"Authorisation" : "",
"CaseTypeID" : "FT_CaseAccessGroup",
"AccessProfiles" : "caseworker-befta_jurisdiction_1",
"ReadOnly" : "No",
"Disabled" : "No",
"CaseAccessCategories" : ""
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
"RoleName" : "GroupRole2",
"Authorisation" : "",
"CaseTypeID" : "FT_CaseAccessGroup",
"AccessProfiles" : "caseworker-befta_jurisdiction_1",
"ReadOnly" : "No",
"Disabled" : "No",
"CaseAccessCategories" : ""
} ]

0 comments on commit b0b8d19

Please sign in to comment.