From 83f364949e16a49e320b09408ee46333062fff9c Mon Sep 17 00:00:00 2001 From: alexm Date: Wed, 25 Oct 2023 08:20:06 +0200 Subject: [PATCH 1/3] refs #5673 feat(claimDevelopment): tab on add button makes focus on save --- src/pages/Claim/Card/ClaimDevelopment.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/Claim/Card/ClaimDevelopment.vue b/src/pages/Claim/Card/ClaimDevelopment.vue index 0c83bdadd..c2c9b925c 100644 --- a/src/pages/Claim/Card/ClaimDevelopment.vue +++ b/src/pages/Claim/Card/ClaimDevelopment.vue @@ -19,7 +19,7 @@ const claimResponsibles = ref([]); const claimRedeliveries = ref([]); const workers = ref([]); const selected = ref([]); -const insertButtonRef = ref(); +const saveButtonRef = ref(); let salixUrl; onMounted(async () => { @@ -236,13 +236,11 @@ function goToAction() { From b67f86a307a627539b767bb6c43e7447aa6888ec Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 26 Oct 2023 09:20:11 +0200 Subject: [PATCH 2/3] refs #6350 feat: change version to 23.42 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e26b483b..7ab5883b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-front", - "version": "23.40.01", + "version": "23.42.01", "description": "Salix frontend", "productName": "Salix", "author": "Verdnatura", From a32aab709a94862d67c616885779c4e8ed9eb496 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 9 Nov 2023 09:29:20 +0100 Subject: [PATCH 3/3] refs #6415 feat: package version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7ab5883b3..7a9331870 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-front", - "version": "23.42.01", + "version": "23.48.01", "description": "Salix frontend", "productName": "Salix", "author": "Verdnatura", @@ -53,4 +53,4 @@ "vite": "^4.3.5", "vitest": "^0.31.1" } -} +} \ No newline at end of file