Skip to content

Commit

Permalink
#198 : remove min version for hal sotware import (#201)
Browse files Browse the repository at this point in the history
resolve #198
  • Loading branch information
guillermau authored Dec 4, 2024
1 parent 2b1a533 commit 40bfe9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/core/adapters/hal/halRawSoftware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ export const halRawSoftwareToSoftwareForm = (halSoftware: HalRawSoftware): Softw
externalId: halSoftware.docid,
comptoirDuLibreId: undefined,
softwareLicense: license || "copyright", // TODO 1 case to copyright
softwareMinimalVersion: halSoftware?.softVersion_s?.[0], // TODO not intended
softwareMinimalVersion: undefined,
similarSoftwareExternalDataIds: [],
softwareLogoUrl: undefined,
softwareKeywords: halSoftware.keyword_s || [],

isPresentInSupportContract: false,
isFromFrenchPublicService: false, // TODO comment
isFromFrenchPublicService: false,
doRespectRgaa: null
};

Expand Down

0 comments on commit 40bfe9f

Please sign in to comment.