From f58b072964fdab2f36397a55a026fe4ab30f7a0a Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 3 Jun 2024 09:30:37 +0200 Subject: [PATCH 1/2] feat: refs #6600 Add option to add comment for photo motivation --- CHANGELOG.md | 4 ++++ src/i18n/locale/en.yml | 1 + src/i18n/locale/es.yml | 1 + src/pages/Item/Card/ItemBasicData.vue | 9 ++++++++- 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b72bc2c8a..250aa01a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2420.01] +### Added + +- (Item) => Se añade la opción de añadir un comentario del motivo de hacer una foto + ## [2418.01] ## [2416.01] - 2024-04-18 diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 95bd871aa..0ce21e9b2 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -106,6 +106,7 @@ globals: now: Now name: Name new: New + comment: Comment errors: statusUnauthorized: Access denied statusInternalServerError: An internal server error has ocurred diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 0cbcc984b..c2f61d001 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -106,6 +106,7 @@ globals: now: Ahora name: Nombre new: Nuevo + comment: Comentario errors: statusUnauthorized: Acceso denegado statusInternalServerError: Ha ocurrido un error interno del servidor diff --git a/src/pages/Item/Card/ItemBasicData.vue b/src/pages/Item/Card/ItemBasicData.vue index 7e8fa1d92..6fe8855f6 100644 --- a/src/pages/Item/Card/ItemBasicData.vue +++ b/src/pages/Item/Card/ItemBasicData.vue @@ -220,13 +220,20 @@ const onIntrastatCreated = (response, formData) => { - + + From d2180c67f7dae5a198d17191c352a51be329f8c1 Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 3 Jun 2024 09:35:59 +0200 Subject: [PATCH 2/2] refactor: refs #6600 replace QInput to VnInput --- src/pages/Item/Card/ItemBasicData.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Item/Card/ItemBasicData.vue b/src/pages/Item/Card/ItemBasicData.vue index 6fe8855f6..eb486f551 100644 --- a/src/pages/Item/Card/ItemBasicData.vue +++ b/src/pages/Item/Card/ItemBasicData.vue @@ -221,7 +221,7 @@ const onIntrastatCreated = (response, formData) => { -