Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.4, 4.0.4
-
Component/s: Core CiviCRM
-
Labels:None
Description
When you edit a report in a non-english linguage, the option provided in the 'Parent Menu' select list are not translated.
This is due to the core method getNavigationList which returns non-translated labels.
A solution is provided in the attached patch, it inializes the i18n singleton and ask for translation in the _getNavigationLabel method.
It affects the CRM/Core/BAO/Navigation.php file.