Skip to content

Commit

Permalink
Merge pull request #951 from PlanoramaEvents/fix-tag-permissions
Browse files Browse the repository at this point in the history
PLAN-924 Fix spelling mistake of model
  • Loading branch information
Gailbear authored Feb 18, 2024
2 parents c067237 + ed5ad72 commit 1a50992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/tasks/rbac.rake
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ namespace :rbac do
"show": true,
"update": false
},
"currated_tag": {
"curated_tag": {
"create": false,
"destroy": false,
"index": true,
Expand Down Expand Up @@ -634,7 +634,7 @@ namespace :rbac do
"show": true,
"update": false
},
"currated_tag": {
"curated_tag": {
"create": false,
"destroy": false,
"index": true,
Expand Down Expand Up @@ -973,7 +973,7 @@ namespace :rbac do
"show": true,
"update": true
},
"currated_tag": {
"curated_tag": {
"create": true,
"destroy": true,
"index": true,
Expand Down

0 comments on commit 1a50992

Please sign in to comment.