Skip to content

Commit

Permalink
CIV-000 Fix Judgment tab for Staff user (#2285)
Browse files Browse the repository at this point in the history
* Add "caseworker",              "caseworker-civil",              "caseworker-civil-staff" roles for  Judgment related fields

* Add "caseworker",              "caseworker-civil",              "caseworker-civil-staff" roles for  Judgment related fields
  • Loading branch information
sankhajuria authored Mar 1, 2023
1 parent ec41845 commit dc69128
Showing 1 changed file with 17 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
{
"UserRoles": [
"caseworker-civil-admin",
"judge-profile"
"judge-profile",
"caseworker-civil",
"caseworker-civil-staff"

],
"CRUD": "R"
}
Expand Down Expand Up @@ -175,7 +178,9 @@
{
"UserRoles": [
"caseworker-civil-admin",
"judge-profile"
"judge-profile",
"caseworker-civil",
"caseworker-civil-staff"
],
"CRUD": "R"
}
Expand Down Expand Up @@ -248,7 +253,10 @@
{
"UserRoles": [
"caseworker-civil-admin",
"judge-profile"
"judge-profile",
"caseworker-civil",
"caseworker-civil-staff"

],
"CRUD": "R"
}
Expand All @@ -267,7 +275,9 @@
{
"UserRoles": [
"caseworker-civil-admin",
"judge-profile"
"judge-profile",
"caseworker-civil",
"caseworker-civil-staff"
],
"CRUD": "R"
}
Expand All @@ -286,7 +296,9 @@
{
"UserRoles": [
"caseworker-civil-admin",
"judge-profile"
"judge-profile",
"caseworker-civil",
"caseworker-civil-staff"
],
"CRUD": "R"
}
Expand Down

0 comments on commit dc69128

Please sign in to comment.