Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Extensions
OSDI
Commits
5bc9f384
Unverified
Commit
5bc9f384
authored
Jan 08, 2020
by
Andy Gu
Browse files
xMerge branch 'master' of lab.civicrm.org:extensions/osdi
parents
47289379
cc3b72b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
osdi.php
View file @
5bc9f384
...
...
@@ -350,6 +350,14 @@ function osdi_civicrm_navigationMenu(&$menu) {
'operator'
=>
'OR'
,
'separator'
=>
0
,
));
_osdi_civix_insert_navigation_menu
(
$menu
,
'Contacts'
,
array
(
'label'
=>
E
::
ts
(
'OSDI Mapping'
),
'name'
=>
'OSDI Mapping'
,
'url'
=>
'civicrm/osdi/mapping'
,
'permission'
=>
'access CiviCRM'
,
'operator'
=>
'OR'
,
'separator'
=>
0
,
));
_osdi_civix_navigationMenu
(
$menu
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment