From a3110953b2e99425e864eed8eeb870fe9eab3acb Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Wed, 20 Sep 2023 09:00:57 +0200 Subject: [PATCH] fix: i link in modulistica devono far vedere la remoteUrl e non il link (#336) * * fix: i link in modulistica devono far vedere la remoteUrl e non il link * Update RELEASE.md --- RELEASE.md | 4 +++- .../ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 10bbbb86c..3046d0cbc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -30,9 +30,11 @@ - ... --> -## Versione X.X.X +## Versione X.X.X (dd/mm/yyyy) ### Fix +- sistemati gli oggetti link che puntano a file nella Cartella Modulistica + - Sistemato l'allineamento degli elementi nel blocco Contatti: se ci sono meno di tre elementi l'allineamento è centrato, se ce ne sono più di 3 l'allineamento è a sinistra. - Migliorata accessibilità del calendario nel blocco ricerca Eventi e ricerca Bandi 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 && (