CRM-16907 - Preserve other links in the help menu
authorColeman Watts <coleman@civicrm.org>
Tue, 6 Oct 2015 13:44:45 +0000 (09:44 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 6 Oct 2015 16:41:37 +0000 (12:41 -0400)
CRM/Upgrade/Incremental/sql/4.6.9.mysql.tpl

index 5f1af091ba12c75d14659e8d7cddaf2f35692b85..16076339e5a9820e15cae13a1ebf88cc1f6caa6c 100644 (file)
@@ -30,7 +30,7 @@ UPDATE civicrm_navigation
 SET name = 'Support', label = '{ts escape="sql" skip="true"}Support{/ts}'
 WHERE id = @adminHelplastID;
 
-DELETE FROM civicrm_navigation where parent_id = @adminHelplastID;
+DELETE FROM civicrm_navigation where parent_id = @adminHelplastID AND (name = 'Developer' OR url LIKE "http://civicrm.org%");
 
 INSERT INTO civicrm_navigation
 ( domain_id, url, label, name, permission, permission_operator, parent_id, is_active, has_separator, weight )