From dd74c7d507a91b0d928704f0a09e2f146aad4fd7 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 22 Apr 2024 13:17:22 +0200 Subject: [PATCH 1/5] refactor: refs #7239 changed translations --- src/components/common/VnSmsDialog.vue | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/components/common/VnSmsDialog.vue b/src/components/common/VnSmsDialog.vue index 59021cef4c..7349db093d 100644 --- a/src/components/common/VnSmsDialog.vue +++ b/src/components/common/VnSmsDialog.vue @@ -194,8 +194,8 @@ es: pendingPayment: 'Su pedido está pendiente de pago. Por favor, entre en la página web y efectue el pago con tarjeta. Muchas gracias.' minAmount: 'Es necesario un importe mínimo de 50€ (Sin IVA) en su pedido - { orderId } del día { shipped } para recibirlo sin portes adicionales.' - orderChanges: 'Pedido {orderId} día { shipped }: { changes }' + { orderId } del día { landing } para recibirlo sin portes adicionales.' + orderChanges: 'Pedido {orderId} con llegada día { landing }: { changes }' en: Inglés es: Español fr: Francés @@ -208,11 +208,16 @@ fr: Subject: Affaire Message: Message templates: - pendingPayment: 'Votre commande est en attente de paiement. - Veuillez vous connecter sur le site web et effectuer le paiement par carte. Merci beaucoup.' - minAmount: 'Un montant minimum de 50€ (TVA non incluse) est requis pour votre commande - { orderId } du { shipped } afin de la recevoir sans frais de port supplémentaires.' - orderChanges: 'Commande { orderId } du { shipped }: { changes }' + pendingPayment: 'Verdnatura vous communique: + URGENT : Commande en attente de règlement. + Veuillez vous rendre sur le site internet et la régler avec votre CB. + Merci.' + minAmount: 'Verdnatura vous rappelle : + Montant minimum nécessaire de 50 euros pour recevoir la commande { orderId } livraison { landing }. + Merci.' + orderChanges: 'Commande { orderId } livraison { landing }. + 20 Coral Fern Rosa non disponible/s. + Désolé pour le dérangement.' en: Anglais es: Espagnol fr: Français @@ -228,8 +233,8 @@ pt: pendingPayment: 'Seu pedido está pendente de pagamento. Por favor, acesse o site e faça o pagamento com cartão. Muito obrigado.' minAmount: 'É necessário um valor mínimo de 50€ (sem IVA) em seu pedido - { orderId } do dia { shipped } para recebê-lo sem custos de envio adicionais.' - orderChanges: 'Pedido { orderId } dia { shipped }: { changes }' + { orderId } do dia { landing } para recebê-lo sem custos de envio adicionais.' + orderChanges: 'Pedido { orderId } com chegada dia { landing }: { changes }' en: Inglês es: Espanhol fr: Francês From 4ddcbaeacd7c163996f006c8f822192bf33fd563 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 23 Apr 2024 07:15:39 +0200 Subject: [PATCH 2/5] refactor: refs #7239 fixed errors --- src/components/common/VnSmsDialog.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/common/VnSmsDialog.vue b/src/components/common/VnSmsDialog.vue index 7349db093d..51b53be48c 100644 --- a/src/components/common/VnSmsDialog.vue +++ b/src/components/common/VnSmsDialog.vue @@ -194,8 +194,8 @@ es: pendingPayment: 'Su pedido está pendiente de pago. Por favor, entre en la página web y efectue el pago con tarjeta. Muchas gracias.' minAmount: 'Es necesario un importe mínimo de 50€ (Sin IVA) en su pedido - { orderId } del día { landing } para recibirlo sin portes adicionales.' - orderChanges: 'Pedido {orderId} con llegada día { landing }: { changes }' + { orderId } con llegada { landing } para recibirlo sin portes adicionales.' + orderChanges: 'Pedido {orderId} con llegada estimada día { landing }: { changes }' en: Inglés es: Español fr: Francés @@ -215,8 +215,7 @@ fr: minAmount: 'Verdnatura vous rappelle : Montant minimum nécessaire de 50 euros pour recevoir la commande { orderId } livraison { landing }. Merci.' - orderChanges: 'Commande { orderId } livraison { landing }. - 20 Coral Fern Rosa non disponible/s. + orderChanges: 'Commande { orderId } livraison { landing } non disponible/s. Désolé pour le dérangement.' en: Anglais es: Espagnol From 1c137bea4d85493c1ece51ccab1d61ad3a33dce8 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 23 Apr 2024 10:15:46 +0200 Subject: [PATCH 3/5] deploy: refs #7253 init version 2420 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bd6da777..e34523545c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2420.01] + ## [2418.01] ## [2416.01] - 2024-04-18 diff --git a/package.json b/package.json index 8398eb3f3f..063cf6de4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-front", - "version": "24.18.0", + "version": "24.20.0", "description": "Salix frontend", "productName": "Salix", "author": "Verdnatura", From fe600d93189219e4afe5a7bafaf2590e78aa306c Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 23 Apr 2024 10:15:54 +0200 Subject: [PATCH 4/5] refactor: refs #7239 requested changes --- src/components/common/VnSmsDialog.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/common/VnSmsDialog.vue b/src/components/common/VnSmsDialog.vue index f13c1c6a2f..4306beb4c0 100644 --- a/src/components/common/VnSmsDialog.vue +++ b/src/components/common/VnSmsDialog.vue @@ -215,15 +215,12 @@ fr: Message: Message messageTooltip: Les caractères spéciaux comme les accents comptent comme plusieurs templates: - pendingPayment: 'Verdnatura vous communique: - URGENT : Commande en attente de règlement. - Veuillez vous rendre sur le site internet et la régler avec votre CB. - Merci.' + pendingPayment: 'Verdnatura : Commande en attente de règlement. Veuillez régler votre commande avant 9h. + Sinon elle sera décalée en fonction de vos jours de livraison . Merci' minAmount: 'Verdnatura vous rappelle : Montant minimum nécessaire de 50 euros pour recevoir la commande { orderId } livraison { landing }. Merci.' - orderChanges: 'Commande { orderId } livraison { landing } non disponible/s. - Désolé pour le dérangement.' + orderChanges: 'Commande {orderId} livraison {landing} indisponible/s. Désolés pour le dérangement.' en: Anglais es: Espagnol fr: Français From 948440ebc4092cb583c065394fa79c78d7f5311a Mon Sep 17 00:00:00 2001 From: pablone Date: Tue, 23 Apr 2024 10:23:21 +0200 Subject: [PATCH 5/5] fix: slow test on skipped comment all test --- test/cypress/integration/claim/claimPhoto.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cypress/integration/claim/claimPhoto.spec.js b/test/cypress/integration/claim/claimPhoto.spec.js index 6ba121e75d..6ea1fd8b7d 100755 --- a/test/cypress/integration/claim/claimPhoto.spec.js +++ b/test/cypress/integration/claim/claimPhoto.spec.js @@ -21,8 +21,8 @@ describe('ClaimPhoto', () => { cy.get('.q-notification__message').should('have.text', 'Data saved'); }); - it.skip('should open first image dialog change to second and close', () => { - /* skiped fix on https://redmine.verdnatura.es/issues/7113 */ + /* it.skip('should open first image dialog change to second and close', () => { + skiped fix on https://redmine.verdnatura.es/issues/7113 cy.get( ':nth-child(1) > .q-card > .q-img > .q-img__container > .q-img__image' ).click(); @@ -38,7 +38,7 @@ describe('ClaimPhoto', () => { cy.get('.q-carousel__slide > .q-img > .q-img__container > .q-img__image').should( 'not.be.visible' ); - }); + }); */ it('should remove third and fourth file', () => { cy.get(