Skip to content

Commit

Permalink
front, editoast: update core parsing progress states
Browse files Browse the repository at this point in the history
  • Loading branch information
multun committed Apr 19, 2024
1 parent e1908b7 commit 5b5d931
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion editoast/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3229,7 +3229,6 @@ components:
- DOWNLOADING
- PARSING_JSON
- PARSING_INFRA
- ADAPTING_KOTLIN
- LOADING_SIGNALS
- BUILDING_BLOCKS
- CACHED
Expand Down
1 change: 0 additions & 1 deletion editoast/openapi_legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ components:
- DOWNLOADING
- PARSING_JSON
- PARSING_INFRA
- ADAPTING_KOTLIN
- LOADING_SIGNALS
- BUILDING_BLOCKS
- CACHED
Expand Down
2 changes: 1 addition & 1 deletion front/public/locales/en/operationalStudies/scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"filterPlaceholder": "Filter, tags",
"advancedFiltersPlaceholder": "Filter by family, serie, detail",
"infraLoadingState": "{{step}}/8",
"infraLoadingState": "{{step}}/7",
"modifyScenario": "Modify scenario",
"noElectricalProfileSet": "No electrical profile",
"scenarioCancel": "Cancel",
Expand Down
2 changes: 1 addition & 1 deletion front/public/locales/fr/operationalStudies/scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"unableToDuplicateATrain": "Impossible de dupliquer le train"
},
"filterPlaceholder": "Filtre, étiquettes",
"infraLoadingState": "{{step}}/8",
"infraLoadingState": "{{step}}/7",
"modifyScenario": "Modifier le scénario",
"noElectricalProfileSet": "Pas de profils électriques",
"scenarioCancel": "Annuler",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const STEPS = [
'DOWNLOADING',
'PARSING_JSON',
'PARSING_INFRA',
'ADAPTING_KOTLIN',
'LOADING_SIGNALS',
'BUILDING_BLOCKS',
'CACHED',
Expand Down
1 change: 0 additions & 1 deletion front/src/common/api/osrdEditoastApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,6 @@ export type Infra = {
| 'DOWNLOADING'
| 'PARSING_JSON'
| 'PARSING_INFRA'
| 'ADAPTING_KOTLIN'
| 'LOADING_SIGNALS'
| 'BUILDING_BLOCKS'
| 'CACHED'
Expand Down

0 comments on commit 5b5d931

Please sign in to comment.