From 561b607163ec9e5b0135fd3026ae483ffe795e56 Mon Sep 17 00:00:00 2001 From: jtubau Date: Mon, 7 Apr 2025 14:59:03 +0200 Subject: [PATCH] refactor: refs #6683 add notary information to property descriptor and summary; update translations and tests --- .../Property/Card/PropertyDescriptor.vue | 12 ++++- src/pages/Property/Card/PropertySummary.vue | 16 ++++--- src/pages/Property/locale/en.yml | 1 + src/pages/Property/locale/es.yml | 1 + .../property/propertyDescriptor.spec.js | 45 +++++++++++++++++++ .../property/propertySummary.spec.js | 43 ++++++++++++++++-- 6 files changed, 107 insertions(+), 11 deletions(-) create mode 100644 test/cypress/integration/property/propertyDescriptor.spec.js diff --git a/src/pages/Property/Card/PropertyDescriptor.vue b/src/pages/Property/Card/PropertyDescriptor.vue index 1423fdc3e..aff62f7b0 100644 --- a/src/pages/Property/Card/PropertyDescriptor.vue +++ b/src/pages/Property/Card/PropertyDescriptor.vue @@ -7,6 +7,7 @@ import VnLv from 'src/components/ui/VnLv.vue'; import axios from 'axios'; import useNotify from 'src/composables/useNotify.js'; import PropertyCard from './PropertyCard.vue'; +import SupplierDescriptorProxy from 'src/pages/Supplier/Card/SupplierDescriptorProxy.vue'; const { notify } = useNotify(); const { t } = useI18n(); @@ -37,11 +38,20 @@ const props = defineProps({ module="Property" >