Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannNumericite committed Sep 6, 2023
2 parents dcd3ef2 + 709417c commit 42711e3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ app:
name: app-configmap
probesPath: /api/healthz
replicas: 1
startupProbe:
failureThreshold: 48
periodSeconds: 5

form:
~chart: app
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.84.6](https://github.com/SocialGouv/enfants-du-spectacle/compare/v1.84.5...v1.84.6) (2023-06-30)


### Bug Fixes

* change label depot button ([#570](https://github.com/SocialGouv/enfants-du-spectacle/issues/570)) ([97b3f29](https://github.com/SocialGouv/enfants-du-spectacle/commit/97b3f29800def2928383c9e9b58323fddfa64b75))

## [1.84.5](https://github.com/SocialGouv/enfants-du-spectacle/compare/v1.84.4...v1.84.5) (2023-06-22)


### Bug Fixes

* remove checks for old remunerations ([#569](https://github.com/SocialGouv/enfants-du-spectacle/issues/569)) ([5b257d0](https://github.com/SocialGouv/enfants-du-spectacle/commit/5b257d06b6b66bb402bd6a9e6a6937cf274d2742))

## [1.84.4](https://github.com/SocialGouv/enfants-du-spectacle/compare/v1.84.3...v1.84.4) (2023-06-21)


Expand Down
6 changes: 3 additions & 3 deletions formulaire/src/components/Dossier/DossierForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ const DossierForm: React.FC<Props> = ({ dossier, docs, comments }) => {
<div className={styles.saveBar}>
<div className={styles.textSaveBar}>
<p>
Votre dossier est automatiquement enregistré. <br />
En cliquant sur le bouton Déposer, vous transmettrez le dossier
aux services d'instruction.
Votre dossier est automatiquement enregistré sur votre interface. <br />
Le bouton Déposer vous permet de transmettre votre dossier aux services d’instruction de la DRIEETS avant la date limite de dépôt et de transmettre toutes les mises à jour que vous seriez amené à faire par la suite. <br />
Merci de cliquer sur “Déposer” dès lors que vous souhaitez transmettre des mises à jour de votre dossier aux services dinstruction.
</p>
</div>
<div className={styles.buttonSaveBar}>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enfants-du-spectacle",
"version": "1.84.4",
"version": "1.84.6",
"private": true,
"release": {
"branches": [
Expand Down
1 change: 0 additions & 1 deletion src/components/Dossier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const Dossier: React.FC<Props> = ({ dossierId, dataLinks }) => {
enfantIds as string[]
);
setRemunerations(resRemuneration);
console.log("Remunerations: ", remunerations);
}
};

Expand Down

0 comments on commit 42711e3

Please sign in to comment.