Skip to content

Commit

Permalink
Merge pull request #1405 from cityofaustin/patch-changes-delete-permi…
Browse files Browse the repository at this point in the history
…ssion

Patch `production` to add vz-admin delete permissions for changes table
  • Loading branch information
johnclary authored Mar 19, 2024
2 parents 9413e0e + ac8715e commit 0677db9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ select_permissions:
- crash_date
- record_uqid
filter: {}
delete_permissions:
- role: vz-admin
permission:
filter: {}
2 changes: 1 addition & 1 deletion atd-vze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atd-vz-data",
"version": "1.43.0",
"version": "1.43.1",
"homepage": "./",
"description": "ATD Vision Zero Editor",
"author": "ATD Data & Technology Services",
Expand Down
2 changes: 1 addition & 1 deletion atd-vzv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atd-vzv",
"version": "1.43.0",
"version": "1.43.1",
"homepage": "/viewer",
"description": "ATD Vision Zero Viewer",
"author": "ATD Data & Technology Services",
Expand Down

0 comments on commit 0677db9

Please sign in to comment.