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

Echec de l'export cdm

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 4.1.3, 4.3.0
    • 4.1.2
    • None
    • None
    • 4.3 M2

      L'export CDM-fr echoue si une formation a une spécialité, sans mention.

       String speciality = program.getSpeciality();
              String mention = program.getMention();
              
              if (StringUtils.isNotEmpty(mention) || StringUtils.isNotEmpty(speciality))
              {
                  
                  XMLUtils.startElement(contentHandler, CDMFRTagsConstants.NAMESPACE_CDMFR + "field");
                  _saxHabilitationMention(contentHandler, program, mention); -> ****PROBLEME ICI !!!!!***
                  _saxHabilitationSpeciality(contentHandler, program, speciality);
                  XMLUtils.endElement(contentHandler, CDMFRTagsConstants.NAMESPACE_CDMFR + "field");
              } 

            Unassigned Unassigned
            adelaide Adélaïde Palacios (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: