From b10fc754c8321dbd8ab8d64b4d37461a83a8cb63 Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Tue, 18 Apr 2023 12:26:07 +0200 Subject: [PATCH 1/2] v0.4.6 --- devops/Chart.yaml | 2 +- src/front/version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 82c01478..9631fc7b 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.4.5 +appVersion: 0.4.6 diff --git a/src/front/version.json b/src/front/version.json index a86d35b9..41b24399 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.5" + "version": "v0.4.6" } From 067eabb9acc13642dd5b5c330eb1b69e19f6b14d Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Tue, 18 Apr 2023 12:38:31 +0200 Subject: [PATCH 2/2] stg v0.4.7 --- devops/Chart.yaml | 2 +- .../Layouts/Folder/AddClientToFolder/index.tsx | 9 +++++++-- src/front/version.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 9631fc7b..1267c73f 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.4.6 +appVersion: 0.4.7 diff --git a/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx b/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx index ae1acfe1..74c5ac85 100644 --- a/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx +++ b/src/front/Components/Layouts/Folder/AddClientToFolder/index.tsx @@ -53,10 +53,15 @@ class AddClientToFolderClass extends BasePage { + defaultChecked={this.state.isExistingClientSelected} + value={"existing client"}> Client existant - + Nouveau client diff --git a/src/front/version.json b/src/front/version.json index 41b24399..16aca32b 100644 --- a/src/front/version.json +++ b/src/front/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.6" + "version": "v0.4.7" }