Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion definitions/appeal/json/AuthorisationCaseEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,11 @@
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseEventID": "removeDetainedStatus", "UserRole": "caseworker-ia-admofficer", "CRUD": "CRUD"},

{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseEventID": "appellantInPersonManual", "UserRole": "caseworker-ia-caseofficer", "CRUD": "CRUD"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseEventID": "appellantInPersonManual", "UserRole": "caseworker-ia-admofficer", "CRUD": "CRUD"}
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseEventID": "appellantInPersonManual", "UserRole": "caseworker-ia-admofficer", "CRUD": "CRUD"},

{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseEventID": "addStatutoryTimeframe24Weeks", "UserRole": "caseworker-ia-caseofficer", "CRUD": "CRUD"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseEventID": "addStatutoryTimeframe24Weeks", "UserRole": "caseworker-ia-admofficer", "CRUD": "CRUD"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseEventID": "addStatutoryTimeframe24Weeks", "UserRole": "caseworker-ia-iacjudge", "CRUD": "CRUD"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseEventID": "removeStatutoryTimeframe24Weeks", "UserRole": "caseworker-ia-iacjudge", "CRUD": "CRUD"}

]
1 change: 1 addition & 0 deletions definitions/appeal/json/AuthorisationCaseField.json
Original file line number Diff line number Diff line change
Expand Up @@ -16174,6 +16174,7 @@
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseFieldID": "stf24wPreviousStatusWasYesAutoGenerated", "UserRole": "caseworker-ia-homeofficeapc", "CRUD": "R"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseFieldID": "stf24wPreviousStatusWasYesAutoGenerated", "UserRole": "caseworker-ia-homeofficelart", "CRUD": "R"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseFieldID": "stf24wPreviousStatusWasYesAutoGenerated", "UserRole": "caseworker-ia-homeofficepou", "CRUD": "R"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseFieldID": "stf24wPreviousStatusWasYesAutoGenerated", "UserRole": "citizen", "CRUD": "R"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseFieldID": "stf24wHomeOfficeCohort", "UserRole": "caseworker-ia-system", "CRUD": "CRUD"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseFieldID": "stf24wHomeOfficeCohort", "UserRole": "caseworker-ia-caseofficer", "CRUD": "CRUD"},
{"LiveFrom": "01/01/2018", "CaseTypeID": "Asylum", "CaseFieldID": "stf24wHomeOfficeCohort", "UserRole": "caseworker-ia-admofficer", "CRUD": "CRUD"},
Expand Down