SECURITY: Do not overwrite permissions on the General category (#21389)

Before this fix if you had modified the default general category
settings they would be reset back to the default after a deploy.
This commit is contained in:
Blake Erickson
2023-05-04 14:30:48 -06:00
committed by GitHub
parent 0a96579cef
commit 9bd774bccb
2 changed files with 20 additions and 1 deletions

View File

@ -92,7 +92,7 @@ module SeedData
permissions: {
everyone: :full,
},
force_permissions: true,
force_permissions: false,
sidebar: true,
default_composer_category: true,
},