Skip to content

Commit

Permalink
fix: removed id_lighthouse field in cardWithSlideUpTextTemplate (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni authored and pnicolli committed Sep 10, 2024
1 parent 6b373c6 commit aa4fe58
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@
- ...
-->

## Versione X.X.X (dd/mm/yyyy)

### Migliorie

- ...

### Novità

- ...

### Fix

- Rimosso il campo "ID lighthouse" dal blocco elenco con variazione Card con Testo Animato perchè entra in contrasto con asseveratore. Pianificato evento per ripristinarlo.

## Versione 11.22.0 (05/09/2024)

### Migliorie
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ export const addCardWithSlideUpTextTemplateOptions = (
) => {
let pos = position;

pos = addLighthouseField(schema, intl, pos);
// hidden to avoid use of lighthouse on this block
// which creates problems with asseverazione
// 1. clients instructed not to use this variation when data-element is needed
// 2. planned intervention to change structure of variation to allow use of
// data element without wrapping entire card in link
// pos = addLighthouseField(schema, intl, pos);

pos = addDefaultOptions(schema, formData, intl, pos);

Expand Down

0 comments on commit aa4fe58

Please sign in to comment.