Skip to content

Commit dfab51a

Browse files
authored
Merge pull request #622 from StephenMcConnel/BL-16583-ModerateBrandingColumn
Make the Branding grid column moderator-only (BL-16583)
2 parents c128416 + 960b512 commit dfab51a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Grid/GridColumns.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ export function getBookGridColumnsDefinitions(): IGridColumn[] {
370370
{
371371
name: "brandingProjectName",
372372
title: "Branding",
373+
moderatorOnly: true, // requested by BL-16583: sometimes exposes emails
373374
getCellValue: (b: Book) => b.brandingProjectName,
374375
sortingEnabled: true,
375376
addToFilter: (filter: IFilter, value: string) => {

0 commit comments

Comments
 (0)