Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-3864

CommonMetadataGenerator sax error with lastvalidationdate

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.4.1, 3.5
    • None
    • None
    • None

              attrs.addAttribute("", "name", "name", "CDATA", DefaultContent.METADATA_LAST_VALIDATION);
              attrs.addAttribute("", "name", "name", "CDATA", MetadataType.DATE.toString());
      

      should be

              attrs.addAttribute("", "name", "name", "CDATA", DefaultContent.METADATA_LAST_VALIDATION);
              attrs.addAttribute("", "type", "type", "CDATA", MetadataType.DATE.toString());
      

            Unassigned Unassigned
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: