From c575c0dc8f4b3551701a332293518daaf23620ed Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Tue, 19 Sep 2023 09:30:47 +0200 Subject: [PATCH 1/2] * fix: i link in modulistica devono far vedere la remoteUrl e non il link --- RELEASE.md | 1 + .../ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 492a759a8..1c9bd88b6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -29,3 +29,4 @@ ### Fix - ... --> + diff --git a/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx b/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx index 1bda02752..9c8f6d028 100644 --- a/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx +++ b/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx @@ -34,7 +34,7 @@ const Downloads = ({ item, titleDoc }) => { ) : ( @@ -59,7 +59,7 @@ const DocRow = ({ doc }) => { })} >
- + {doc.title} {doc?.description && ( From d45947a5ab2641e7f93025b7b711004c953fc869 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Tue, 19 Sep 2023 14:49:13 +0200 Subject: [PATCH 2/2] Update RELEASE.md --- RELEASE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 1c9bd88b6..b1047ed87 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -30,3 +30,8 @@ - ... --> +## Versione X.X.X (dd/mm/yyyy) + +### Fix + +- sistemati gli oggetti link che puntano a file nella Cartella Modulistica