Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.0
-
Fix Version/s: 3.3.2
-
Component/s: Internationalisation
-
Labels:None
Description
I am running a multilingual CiviCRM installation (3.3.0) on Drupal 6.19
When trying to translate the title of a Contribution Page, I get a Fatal Error because the id is missing in the first Parameter string for loadDialog function (..."&id=&"...):
<a href="javascript:" onclick="loadDialog('/civicrm/i18n?reset=1&table=civicrm_contribution_page&field=title&id=&snippet=1&context=dialog', 'title');"><img src="/sites/all/modules/civicrm/i/langs.png"></a>
when inserting the id manually, it works as expected.