Skip to content

Commit

Permalink
BC-8348 - Implement Sharing and Copying of Room Boards (#3549)
Browse files Browse the repository at this point in the history
* exclude room sidebar item for unauthorized users
  • Loading branch information
uidp authored Dec 4, 2024
1 parent 9312d68 commit 5f18f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helpers/handlebars/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const {
ALERT_STATUS_URL,
SC_THEME,
} = require('../../config/global');
const { permission } = require('process');

const makeActive = (items, currentUrl) => {
currentUrl += '/';
Expand Down Expand Up @@ -181,6 +182,7 @@ module.exports = (req, res, next) => {
testId: 'Rooms',
icon: 'account-supervisor-circle-outline',
link: '/rooms',
permission: 'ROOM_CREATE',
});
}

Expand Down

0 comments on commit 5f18f34

Please sign in to comment.