From ab20a42bb554a2b8f46313ed70433aa15259411b Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Thu, 23 Jan 2014 15:30:02 -0800 Subject: [PATCH] CRM-14117 - Help/About leads to a non-existant page http://issues.civicrm.org/jira/browse/CRM-14117 --- CRM/Upgrade/Incremental/sql/4.4.4.mysql.tpl | 3 +++ xml/templates/civicrm_navigation.tpl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/sql/4.4.4.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.4.mysql.tpl index 5017a4851e..33f1942314 100644 --- a/CRM/Upgrade/Incremental/sql/4.4.4.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.4.4.mysql.tpl @@ -2,3 +2,6 @@ {* update comment for civicrm_report_instance.grouprole *} ALTER TABLE civicrm_report_instance MODIFY grouprole varchar(1024) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'role required to be able to run this instance'; + +{* CRM-14117 *} +UPDATE civicrm_navigation SET url = 'http://civicrm.org/what/whatiscivicrm' WHERE name = 'About'; diff --git a/xml/templates/civicrm_navigation.tpl b/xml/templates/civicrm_navigation.tpl index c5bfa7e665..c399081c34 100644 --- a/xml/templates/civicrm_navigation.tpl +++ b/xml/templates/civicrm_navigation.tpl @@ -606,7 +606,7 @@ VALUES ( @domainID, 'http://documentation.civicrm.org', '{ts escape="sql" skip="true"}Documentation{/ts}', 'Documentation', NULL, 'AND', @adminHelplastID, '1', NULL, 1 ), ( @domainID, 'http://forum.civicrm.org', '{ts escape="sql" skip="true"}Community Forums{/ts}', 'Community Forums', NULL, 'AND', @adminHelplastID, '1', NULL, 2 ), ( @domainID, 'http://civicrm.org/participate', '{ts escape="sql" skip="true"}Participate{/ts}', 'Participate', NULL, 'AND', @adminHelplastID, '1', NULL, 3 ), - ( @domainID, 'http://civicrm.org/aboutcivicrm', '{ts escape="sql" skip="true"}About{/ts}', 'About', NULL, 'AND', @adminHelplastID, '1', NULL, 4 ); + ( @domainID, 'http://civicrm.org/what/whatiscivicrm', '{ts escape="sql" skip="true"}About{/ts}', 'About', NULL, 'AND', @adminHelplastID, '1', NULL, 4 ); INSERT INTO civicrm_navigation ( domain_id, url, label, name, permission, permission_operator, parent_id, is_active, has_separator, weight ) -- 2.25.1