From d827795441461408de1995ca025e8b125e101768 Mon Sep 17 00:00:00 2001 From: alexandre Date: Fri, 23 Dec 2022 12:38:05 +0100 Subject: [PATCH 1/3] refs #4930 agency changed for zone --- modules/claim/front/card/index.js | 4 ++-- modules/claim/front/descriptor/index.html | 27 ++++++++++++++--------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/modules/claim/front/card/index.js b/modules/claim/front/card/index.js index 747eea9e7..8fb35db75 100644 --- a/modules/claim/front/card/index.js +++ b/modules/claim/front/card/index.js @@ -19,9 +19,9 @@ class Controller extends ModuleCard { }, { relation: 'ticket', scope: { - fields: ['agencyModeFk'], + fields: ['zoneFk'], include: { - relation: 'agencyMode' + relation: 'zone' } } }, { diff --git a/modules/claim/front/descriptor/index.html b/modules/claim/front/descriptor/index.html index 0bbacf94b..90246824b 100644 --- a/modules/claim/front/descriptor/index.html +++ b/modules/claim/front/descriptor/index.html @@ -27,16 +27,16 @@
- {{$ctrl.claim.client.salesPersonUser.name}} @@ -44,19 +44,23 @@ - {{$ctrl.claim.worker.user.name}} + label="Zone"> + + {{$ctrl.claim.ticket.zoneFk}} + - {{$ctrl.claim.ticketFk}} @@ -94,12 +98,15 @@ question="Delete claim" message="Are you sure you want to delete this claim?"> - - - \ No newline at end of file + + + From 1f560761a45bb49ed30caec21c0878c1b4c14fea Mon Sep 17 00:00:00 2001 From: alexandre Date: Tue, 27 Dec 2022 08:31:35 +0100 Subject: [PATCH 2/3] refs #4930 changelog modified --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b3028de..a23bd0fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- +- ### Changed -- \ No newline at end of file +- Cambiado el campo Agencia por Zona en el descriptor de Reclamaciones From c371c2fe92bb91bcb368355fd75c410911eab912 Mon Sep 17 00:00:00 2001 From: alexandre Date: Tue, 17 Jan 2023 09:03:13 +0100 Subject: [PATCH 3/3] refs #4930 refresh structure --- db/dump/structure.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/dump/structure.sql b/db/dump/structure.sql index 4626279e4..772d6055d 100644 --- a/db/dump/structure.sql +++ b/db/dump/structure.sql @@ -80203,3 +80203,4 @@ USE `vncontrol`; -- Dump completed on 2022-11-21 7:57:28 +