Skip to content

Commit

Permalink
fix: ajout ine liste nominative Affelnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrmr committed Oct 8, 2024
1 parent be0ccfb commit 01d59b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/src/common/actions/affelnet.actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const AFFELNET_VOEUX_AGGREGATION = [
{
$project: {
_id: "$_id",
ine: "$apprenant.raw.ine",
nom: "$apprenant.raw.nom",
prenom_1: "$apprenant.raw.prenom_1",
prenom_2: "$apprenant.raw.prenom_2",
Expand Down
1 change: 1 addition & 0 deletions server/src/http/routes/specific.routes/affelnet.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { requireOrganismeRegional, returnResult } from "@/http/middlewares/helpe
import validateRequestMiddleware from "@/http/middlewares/validateRequestMiddleware";

const AFFELNET_FIELDS = [
{ label: "INE", value: "ine" },
{ label: "Nom", value: "nom" },
{ label: "Prenom 1", value: "prenom_1" },
{ label: "Prenom 2", value: "prenom_2" },
Expand Down

0 comments on commit 01d59b4

Please sign in to comment.