File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ;
5152import 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 >
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ export const PR_PROMOTIONS = 'PR Promotions';
9494export const JOB_ANALYTICS_REPORT = 'Job Analytics Report' ;
9595export const ACTIVITY_RESOURCE_USAGE = 'Activity Resource Usage' ;
9696export const ACTIVITY_RESOURCE_MANGEMENT = 'Activity Resource Management' ;
97+ export const EVENT_DATABASE_DESIGN = 'Event Database Design' ;
98+
9799
98100export const PRODUCTION = 'Production' ;
99101export const GARDEN_MANAGEMENT = 'Garden Management' ;
@@ -109,4 +111,6 @@ export const KI_REPORTS = 'Reports';
109111export const FOOD_BARS = 'Food Bars' ;
110112
111113export 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+
You can’t perform that action at this time.
0 commit comments