Skip to content

Commit

Permalink
feat: add "sans" types to fiche action params
Browse files Browse the repository at this point in the history
  • Loading branch information
elisfainstein committed Dec 11, 2024
1 parent ddadc9b commit e20c14a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ export type FicheActionParam =
| 'ac'
| 'p'
| 'lfa'
| 'sort';
| 'sort'
| 'ssp'
| 'sssp'
| 'sss';

// TODO: implémenter les filtres "sans" (ex. "sans_pilote")
export const nameToparams: Record<
Expand Down Expand Up @@ -68,6 +71,9 @@ export const nameToparams: Record<
ameliorationContinue: 'ac',
page: 'p',
sort: 'sort',
sansPilote: 'ssp',
sansServicePilote: 'sssp',
sansStatut: 'sss',
};

/** Page de listing de toutes les fiches actions de la collectivité */
Expand Down

0 comments on commit e20c14a

Please sign in to comment.