Skip to content

Commit

Permalink
fix: query for listing path filters (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini authored Feb 12, 2024
1 parent a6837d0 commit 34739ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@

- Risolto un problema riguardante la visualizzazione delle date nelle card che rappresentano uun CT Evento nei vari listati nel caso in cui l'evento si sviluppi su anni diversi

- Nel blocco elenco, sono stati sistemati i filtri per percorso quando si clicca sul bottone configurato.

## Versione 11.4.1 (08/02/2024)

### Fix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const SimpleCardTemplateDefault = (props) => {
tag="button"
className="ms-3"
onClick={(e) => {
addPathFilter(button.path['@id']);
addPathFilter(button.path['UID']);
}}
>
{button.label}
Expand Down

0 comments on commit 34739ea

Please sign in to comment.