Skip to content

Commit f318aad

Browse files
authored
Enabled displayNamePronunciation edit rights for marketing role (#3079)
1 parent 92ddc71 commit f318aad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/authorization/policies/by-role/marketing.policy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ import {
3939
p.marketingRegionOverride.edit,
4040
])
4141
.children((c) => c.posts.edit),
42+
r.Language.specifically((p) => p.displayNamePronunciation.edit),
4243
])
4344
export class MarketingPolicy {}

0 commit comments

Comments
 (0)