Skip to content

Commit

Permalink
doc: releaselog
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Sep 19, 2023
1 parent 34bc1b2 commit f203557
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@

### Migliorie

Aggiunto limite di caratteri agli input della descrizione
- Aggiunto limite di caratteri agli input della descrizione

### Fix

- Sistemato il problema per cui nell'area modulistica eventuali link che puntano
a file non aprivano il file ma una pagina bianca del sito

<!--- -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const DocRow = ({ doc, items }) => {
})}
>
<div id={`title-${doc.id}`} className="title">
<UniversalLink href={flattenToAppURL(doc['@id'])}>
<UniversalLink href={doc.remoteUrl || flattenToAppURL(doc['@id'])}>
{doc.title}
</UniversalLink>
{doc?.description && (
Expand Down

0 comments on commit f203557

Please sign in to comment.