Skip to content

Commit

Permalink
Merge pull request #1413 from cityofaustin/fix-delete-temp-record
Browse files Browse the repository at this point in the history
Allow the deletion of temp crash records + units, persons and primarypersons records
  • Loading branch information
frankhereford authored Mar 25, 2024
2 parents 979fd6a + 7e6eef7 commit b2a0612
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1715,3 +1715,16 @@ update_permissions:
filter: {}
check: null
comment: ""
delete_permissions:
- role: editor
permission:
filter:
temp_record:
_eq: true
comment: "Allow for the deletion of temp records only"
- role: vz-admin
permission:
filter:
temp_record:
_eq: true
comment: "Allow for the deletion of temp records only"
Original file line number Diff line number Diff line change
Expand Up @@ -370,3 +370,12 @@ update_permissions:
- updated_by
filter: {}
check: null
delete_permissions:
- role: editor
permission:
filter: {}
comment: ""
- role: vz-admin
permission:
filter: {}
comment: ""
Original file line number Diff line number Diff line change
Expand Up @@ -411,3 +411,12 @@ update_permissions:
- updated_by
filter: {}
check: null
delete_permissions:
- role: editor
permission:
filter: {}
comment: ""
- role: vz-admin
permission:
filter: {}
comment: ""
Original file line number Diff line number Diff line change
Expand Up @@ -886,3 +886,12 @@ update_permissions:
- vin
filter: {}
check: null
delete_permissions:
- role: editor
permission:
filter: {}
comment: ""
- role: vz-admin
permission:
filter: {}
comment: ""

0 comments on commit b2a0612

Please sign in to comment.