The Summary Fields extension creates read-only custom data fields that extend Contact and are automatically populated with up-to-date totals such as total lifetime contributions, last contribution amount, last attended event, etc.
Other
8
stars
29
forks
source link
Admin menu does not render if language is other than English #59
Looks like that the admin menu does not render if the language of CiviCRM is other than English.
The issue is located on sumfields_civicrm_navigationMenu function and has to do with the path not being properly translated back to English.
As I had the same issue in the past with some of my own extensions, i had decided to set the path as the other multilingual extensions do (CiviBanking, CiviRules) : under the 'Administer' menu.
Looks like that the admin menu does not render if the language of CiviCRM is other than English.
The issue is located on
sumfields_civicrm_navigationMenu
function and has to do with the path not being properly translated back to English.As I had the same issue in the past with some of my own extensions, i had decided to set the path as the other multilingual extensions do (CiviBanking, CiviRules) : under the 'Administer' menu.
I'll issue a PR for this issue.