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

fapCode exported but not imported via cdm-fr

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.1.10, 4.3.0
    • 4.1.4
    • Synchro
    • None
    • 4.3 M7

      In a dev for a project, I noticed that the field fapCode exported by cdm-fr, but not imported

       

      Here is the code I used in my project to import it :

      <!-- Code FAP -->
              <xsl:if test="cdmfr:programCode[@libSet='FAP']">
                  <fapCode multiple="true">
                      <xsl:for-each select="cdmfr:programCode[@libSet='FAP']">
                          <item><xsl:value-of select="text()" /></item>
                      </xsl:for-each>
                  </fapCode>
              </xsl:if>
      

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

              Created:
              Updated:
              Resolved: