Skip to content

Commit

Permalink
Issue #215: Fix permission descriptions
Browse files Browse the repository at this point in the history
Angle brackets were interpreted as the start of tags.

Fixes issue introduced in 9013993.
  • Loading branch information
lkmorlan committed Feb 15, 2024
1 parent 8ab5a1d commit 74f8ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/modules/custom/bc_dc/bc_dc.permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
description: 'Used by role_delegation. Declared here so that tests will run.'
'access user reports':
title: 'Access user reports tab'
description: 'Access the reports tab at /user/<uid>/reports'
description: 'Access the reports tab at /user/UID/reports'
'access user manage':
title: 'Access user manage tab'
description: 'Access the manage tab at /user/<uid>/manage'
description: 'Access the manage tab at /user/UID/manage'

0 comments on commit 74f8ca9

Please sign in to comment.