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';
@@ -316,6 +317,13 @@ export function Header(props) {
316317 >
317318 { REGISTRATION }
318319 </ DropdownItem >
320+ < DropdownItem
321+ tag = { Link }
322+ to = "/communityportal/database/design"
323+ className = { fontColor }
324+ >
325+ { EVENT_DATABASE_DESIGN }
326+ </ DropdownItem >
319327 </ DropdownMenu >
320328 </ UncontrolledDropdown >
321329 < NavItem >
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ export const PR_PROMOTIONS = 'PR Promotions';
9191export const JOB_ANALYTICS_REPORT = 'Job Analytics Report' ;
9292export const ACTIVITY_RESOURCE_USAGE = 'Activity Resource Usage' ;
9393export const ACTIVITY_RESOURCE_MANGEMENT = 'Activity Resource Management' ;
94+ export const EVENT_DATABASE_DESIGN = 'Event Database Design' ;
95+
9496
9597export const PRODUCTION = 'Production' ;
9698export const GARDEN_MANAGEMENT = 'Garden Management' ;
@@ -106,4 +108,6 @@ export const KI_REPORTS = 'Reports';
106108export const FOOD_BARS = 'Food Bars' ;
107109
108110export const SEND_EMAILS = 'Send Emails' ;
109- export const BLUE_SQUARE_EMAIL_MANAGEMENT = 'Blue Square Email Management' ;
111+ export const BLUE_SQUARE_EMAIL_MANAGEMENT = 'Blue Square Email Management' ;
112+
113+
You can’t perform that action at this time.
0 commit comments