Uploaded image for project: 'Offre de formation'
  1. Offre de formation
  2. ODF-2275

internshipAbroad is not imported

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.1.11, 4.3.0
    • 4.1.4
    • Synchro
    • None

      It seems that the cdm field trainingAbroadInfo (internshipAbroad in Ametys) is not imported.

      I found that in the file `/Ametys - Plugin ODF Sync/main/plugin-odf-sync/stylesheets/program2content.xsl`

      In the template `program-trainingInfo`, the label is set, and not the cdm value.

       

      To solve this, replace

      `<internshipAbroad><xsl:value-of select="cdm:infoBlock[@userDefined = 'ametys-extension']/cdm:extension/ametys-cdm:training/ametys-cdm:trainingAbroadInfo"/></internshipAbroad>`

      with

      `<internshipAbroad><xsl:value-of select="cdm:infoBlock[@userDefined = 'ametys-extension']/cdm:extension/ametys-cdm:training/ametys-cdm:trainingAbroadInfo/@value"/></internshipAbroad>`

       

      (not tested this way, I made it in my project)

            Unassigned Unassigned
            pgros Pierre Gros (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: