Skip to content

Commit 64b289e

Browse files
Merge pull request #4795 from OneCommunityGlobal/Akshith-Navigate-EventDB
Akshith - Added event database design navigation to activity dropdown
2 parents 055316a + 9815cd7 commit 64b289e

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

src/components/CommunityPortal/CPHeader/CPHeader.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import {
4747
SEND_EMAILS,
4848
ACTIVITY_RESOURCE_MANGEMENT,
4949
ACTIVITY_RESOURCE_USAGE,
50+
EVENT_DATABASE_DESIGN,
5051
} from '../../../languages/en/ui';
5152
import Logout from '../../Logout/Logout';
5253
// import './CPHeader.css';
@@ -319,6 +320,13 @@ export function Header(props) {
319320
>
320321
{REGISTRATION}
321322
</DropdownItem>
323+
<DropdownItem
324+
tag={Link}
325+
to="/communityportal/database/design"
326+
className={fontColor}
327+
>
328+
{EVENT_DATABASE_DESIGN}
329+
</DropdownItem>
322330
</DropdownMenu>
323331
</UncontrolledDropdown>
324332
<NavItem>

src/languages/en/ui.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ export const PR_PROMOTIONS = 'PR Promotions';
9494
export const JOB_ANALYTICS_REPORT = 'Job Analytics Report';
9595
export const ACTIVITY_RESOURCE_USAGE = 'Activity Resource Usage';
9696
export const ACTIVITY_RESOURCE_MANGEMENT = 'Activity Resource Management';
97+
export const EVENT_DATABASE_DESIGN = 'Event Database Design';
98+
9799

98100
export const PRODUCTION = 'Production';
99101
export const GARDEN_MANAGEMENT = 'Garden Management';
@@ -109,4 +111,6 @@ export const KI_REPORTS = 'Reports';
109111
export const FOOD_BARS = 'Food Bars';
110112

111113
export const SEND_EMAILS = 'Send Emails';
112-
export const BLUE_SQUARE_EMAIL_MANAGEMENT = 'Blue Square Email Management';
114+
export const BLUE_SQUARE_EMAIL_MANAGEMENT = 'Blue Square Email Management';
115+
116+

0 commit comments

Comments
 (0)