From fc7cc8636265b0fe49fab5bf1252d9fe4f29d004 Mon Sep 17 00:00:00 2001 From: carlossa Date: Thu, 5 Sep 2024 12:39:55 +0200 Subject: [PATCH] fix branch --- CHANGELOG.md | 62 ++++++++++++++++++++----------- src/pages/Login/ResetPassword.vue | 1 + 2 files changed, 41 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b8831f0..8e1d4c433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,36 +1,57 @@ -# Version 24.36 - 2024-09-03 +# Version 24.36 - 2024-08-27 ### Added 🆕 -- Cesta → Se añaden notas -- Trabajadore → Se puede modificar la foto -- General → Recuperar y restaurar contraseña +- feat(FormModel): trim data by default by:alexm +- feat(orderBasicData): add notes by:alexm +- feat(orderList): correct create order by:alexm +- feat(orderList): use orderFilter and fixed this by:alexm +- feat: #7323 handle workerPhoto (origin/7323_workerPhoto, 7323_workerPhoto) by:Javier Segarra +- feat: add recover password and reset password by:alexm +- feat: refs #7346 add seriaType option by:jgallego +- feat: refs #7346 elimino === by:jgallego +- feat: refs #7346 formdata uses serialType by:jgallego +- feat: refs #7346 refactor by:jgallego +- feat: refs #7346 sonarLint warnings (origin/7346-invoiceOutMultilple, 7346-invoiceOutMultilple) by:jgallego +- feat: refs #7710 uses cloneAll by:jgallego +- fix: refs #7717 fix OrderList table filters' and summary table style by:Jon ### Changed 📦 -- (General) Modificado filtro lateral +- feat: refs #7346 refactor by:jgallego +- perf: date fields (mindshore/feature/TicketFutureFilter, feature/TicketFutureFilter) by:Javier Segarra +- perf: refs #7717 right menu filter by:Jon +- perf: use ref at component start by:Javier Segarra +- refactor: refs #7717 delete useless function and import by:Jon +- refactor: refs #7717 deleted useless code by:Jon ### Fixed 🛠️ -- Cesta → Mejoras varias -- Reclamaciones → Mejoras varias -- Usuarios → Mejoras varias +- feat(orderList): use orderFilter and fixed this by:alexm +- fix(VnTable): orderBy v-model by:alexm +- fix(account_card): redirection by:carlossa +- fix(orderLines): reload when delete and redirect when confirm by:alexm +- fix: #6336 ClaimListStates by:Javier Segarra +- fix: account subsections cards by:carlossa +- fix: duplicate key by:Jon +- fix: order description to vnTable by:alexm +- fix: orderCatalogFilter order by:alexm +- fix: quasar build warnings (6336_claim_fix_states) by:Javier Segarra +- fix: refs #7717 fix OrderList table filters' and summary table style by:Jon +- fix: refs #7717 fix basic data form & minor errors by:Jon +- fix: refs #7717 fix catalog filter, searchbar redirect and search by:Jon +- fix: refs #7717 fix catalog searchbar and worker tests(refs #7323) by:Jon +- fix: refs #7717 fix order sections by:Jon +- fix: refs #7717 fix volume and lines redirect by:Jon +- fix: refs #7717 fixed searchbar filter with rightmenu filters' applied by:Jon +- fix: test by:alexm +- fix: ticketDescriptorMenu by:Javier Segarra +- refs #7355 account fixes by:carlossa # Version 24.34 - 2024-08-20 ### Added 🆕 -## Changed 📦 - -- General → Trabajadores: Migrado de Salix a Lilium - -## Fixed 🛠️ - -- Artículos → General: Arreglados fallos de interfaz -- Fact. Recibidas → General: Arreglados fallos de interfaz -- Trabajadores → General: Arreglados fallos de interfaz -- Usuarios → General: Arreglados fallos de interfaz - - chore: #6900 order params by:jorgep - chore: refs #6900 drop console log by:jorgep - chore: refs #6900 drop vnCurrency by:jorgep @@ -113,10 +134,7 @@ - refs #7355 fix lists redirects summary by:carlossa - refs #7355 fix roles by:carlossa - refs #7355 fix search exprBuilder by:carlossa - <<<<<<< HEAD -- # refs #7355 fix vnTable by:carlos - refs #7355 fix vnTable by:carlossa - > > > > > > > 1b8a72175cc1dbae0590217b03d855bf2ff6d07d # Version 24.32 - 2024-08-06 diff --git a/src/pages/Login/ResetPassword.vue b/src/pages/Login/ResetPassword.vue index 2751f1ceb..eff718e97 100644 --- a/src/pages/Login/ResetPassword.vue +++ b/src/pages/Login/ResetPassword.vue @@ -33,6 +33,7 @@ async function onSubmit() { }; try { + console.log('newPassword: ', newPassword); await axios.post( 'VnUsers/reset-password', { newPassword: newPassword.value },