-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into DTSCCI-1509
- Loading branch information
Showing
426 changed files
with
6,300 additions
and
3,779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
camundaBranch=${1:-master} | ||
dmnBranch=${2:-master} | ||
waStandaloneBranch=${3:-master} | ||
|
||
echo "Loading Environment Variables" | ||
source ./bin/variables/load-dev-user-preview-environment-variables.sh | ||
echo "Importing CCD definitions" | ||
./bin/build-release-ccd-definition.sh preview | ||
ccdDefinitionFilePath="$(pwd)/build/ccd-release-config/civil-ccd-preview.xlsx" | ||
./bin/utils/ccd-import-definition.sh ${ccdDefinitionFilePath} | ||
rm -rf $(pwd)/build/ccd-release-config | ||
|
||
echo "ENV variables set for devuser-preview environment." | ||
echo "XUI_URL: $XUI_WEBAPP_URL" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
ccd-definition/AuthorisationCaseField/AuthorisationCaseField-AHN-CUI-nonprod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"CaseFieldID": "hearingDurationInMinutesAHN", | ||
"AccessControl": [ | ||
{ | ||
"UserRoles": [ | ||
"CITIZEN-CLAIMANT-PROFILE", | ||
"CITIZEN-DEFENDANT-PROFILE", | ||
"citizen-profile", | ||
"caseworker-civil-systemupdate" | ||
], | ||
"CRUD": "CRU" | ||
} | ||
] | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"CaseFieldID": "claimantTrialReadyDocumentCreated", | ||
"AccessControl": [ | ||
{ | ||
"UserRoles": [ | ||
"CITIZEN-CLAIMANT-PROFILE", | ||
"CITIZEN-DEFENDANT-PROFILE", | ||
"citizen-profile", | ||
"caseworker-civil-systemupdate" | ||
], | ||
"CRUD": "CRU" | ||
} | ||
] | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"CaseFieldID": "defendantTrialReadyDocumentCreated", | ||
"AccessControl": [ | ||
{ | ||
"UserRoles": [ | ||
"CITIZEN-CLAIMANT-PROFILE", | ||
"CITIZEN-DEFENDANT-PROFILE", | ||
"citizen-profile", | ||
"caseworker-civil-systemupdate" | ||
], | ||
"CRUD": "CRU" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"ID": "hearingDurationInMinutesAHN", | ||
"Label": "Duration AHN", | ||
"FieldType": "Text", | ||
"SecurityClassification": "Public", | ||
"Searchable": "Y" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"ID": "claimantTrialReadyDocumentCreated", | ||
"Label": "trial doc date", | ||
"FieldType": "DateTime", | ||
"SecurityClassification": "Public", | ||
"Searchable": "Y" | ||
}, | ||
{ | ||
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}", | ||
"ID": "defendantTrialReadyDocumentCreated", | ||
"Label": "trial doc date", | ||
"FieldType": "DateTime", | ||
"SecurityClassification": "Public", | ||
"Searchable": "Y" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
playwright-e2e/actions/ui/exui/caseworker/caseworker-actions-factory.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import BasePageActionsFactory from '../../../../base/base-page-actions-factory'; | ||
|
||
export default class CaseworkerActionsFactory extends BasePageActionsFactory {} |
14 changes: 14 additions & 0 deletions
14
playwright-e2e/actions/ui/exui/caseworker/create-case-flags-actions.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import BaseTestData from '../../../../base/base-test-data'; | ||
import { AllMethodsStep } from '../../../../decorators/test-steps'; | ||
import TestData from '../../../../models/test-data'; | ||
import CreateCaseFlagsPageFactory from '../../../../pages/exui/caseworker/create-case-flags/create-case-flags-page-factory'; | ||
|
||
@AllMethodsStep() | ||
export default class CreateCaseFlagsActions extends BaseTestData { | ||
private createCaseFlagsPageFactory: CreateCaseFlagsPageFactory; | ||
|
||
constructor(createCaseFlagsPageFactory: CreateCaseFlagsPageFactory, testData: TestData) { | ||
super(testData); | ||
this.createCaseFlagsPageFactory = createCaseFlagsPageFactory; | ||
} | ||
} |
Oops, something went wrong.