Skip to content

Commit

Permalink
feat: CC fusions (#5967)
Browse files Browse the repository at this point in the history
Co-authored-by: victor <[email protected]>
  • Loading branch information
Viczei and victor authored Jun 17, 2024
1 parent 9a39511 commit 1af11e9
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
50 changes: 50 additions & 0 deletions packages/code-du-travail-frontend/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1058,5 +1058,55 @@
"source": "/convention-collective/(0780|780(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/303-couture-parisienne",
"permanent": true
},
{
"source": "/convention-collective/(0706|706(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/1539-papeterie-commerce-de-detail-de-papeterie-fournitures-de-bureau-bureaut",
"permanent": true
},
{
"source": "/convention-collective/(2075|2075(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/1747-activites-industrielles-de-boulangerie-et-patisserie",
"permanent": true
},
{
"source": "/convention-collective/(7012|7012(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/personnels-des-activites-hippiques",
"permanent": true
},
{
"source": "/convention-collective/(7013|7013(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/personnels-des-activites-hippiques",
"permanent": true
},
{
"source": "/convention-collective/(7014|7014(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/personnels-des-activites-hippiques",
"permanent": true
},
{
"source": "/convention-collective/(1194|1194(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/2121-edition",
"permanent": true
},
{
"source": "/convention-collective/(1016|1016(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/2121-edition",
"permanent": true
},
{
"source": "/convention-collective/(2770|2770(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/2121-edition",
"permanent": true
},
{
"source": "/convention-collective/(635|635(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/573-commerces-de-gros",
"permanent": true
},
{
"source": "/convention-collective/(1734|1734(?:-[a-z0-9-]+)?)",
"destination": "/convention-collective/2642-production-audiovisuelle",
"permanent": true
}
]
7 changes: 6 additions & 1 deletion packages/code-du-travail-frontend/src/api/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const IDCC_MERGE = {
3245: [1710, 412],
3238: [1492, 1495, 700, 707],
3241: [2411],
573: [1761, 1624],
573: [1761, 1624, 635],
3229: [1974, 2174],
3236: [1423],
158: [172],
Expand All @@ -28,4 +28,9 @@ export const IDCC_MERGE = {
1557: [1618],
18: [1942],
787: [3160, 1237],
1539: [706],
1747: [2075],
7026: [7012, 7013, 7014],
2121: [1194, 1016, 2770],
2642: [1734],
};

0 comments on commit 1af11e9

Please sign in to comment.