Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-9844

Multilingual fields and Views module

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 3.4.8
    • Fix Version/s: 4.4.0
    • Component/s: None
    • Labels:

      Description

      Multilingual fields doesn't work in Drupal Views module.

      For example, i want to display Registration Link Text for an event, views give the following query :
      SELECT civicrm_event.id AS id,
      civicrm_event.registration_link_text AS civicrm_event_registration_link_text
      FROM civicrm_event civicrm_event
      WHERE civicrm_event.id = 6

      It doesn't work because it should use the database view of the good language instead. For example, if the user is in fr_CA, it should use :
      SELECT civicrm_event.id AS id,
      civicrm_event.registration_link_text AS civicrm_event_registration_link_text
      FROM civicrm_event_fr_CA civicrm_event
      WHERE civicrm_event.id = 6

        Attachments

          Activity

            People

            • Assignee:
              webaccess Web Access
              Reporter:
              samuelsov Samuel Vanhove
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: