bug#77793 fix: hide empty title heading in CTA block - #1171
Merged
Merged
Conversation
giuliaghisini
approved these changes
Aug 31, 2026
giuliaghisini
added a commit
that referenced
this pull request
Sep 15, 2026
#1187) * feat: aggiunge opzioni colonne (3/4) e colore di sfondo (Nessuno/Prim… (#1153) * feat: aggiunge opzioni colonne (3/4) e colore di sfondo (Nessuno/Primario/Secondario) al blocco icone * fix: yarn i18n updated * feat: rende columns una select numerica (2/3/4/6) invece del checkbox 3 colonne * fix: yarn i18n updated * fix: aggiunge entry release.md * fix: close date picker on Escape when focus is inside the calendar US#55026 (#1160) * fix: display configured slimheader for subsites. Display parentsite menu if no slimheader is configured for subsite path (#1161) * fix: configured header subsite doesn't show correct items * refactored * added comment in release * fixed conflicts --------- Co-authored-by: Ilaria Massa <ilaria@Mac.homenet.telecomitalia.it> * chore: preparing release 12.15.0 * chore: release v12.15.0 * fix: a11y for customer satisfaction: mark question as required and rename submit button (#1159) * fix: mark customer satisfaction answer as required and rename submit button to Invia * docs: update RELEASE.md * fix: use fieldset/legend for answer radiogroups and remove invalid aria-expanded * Apply suggestion from @giuliaghisini Co-authored-by: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> * fix: address remaining review feedback (translation, duplicate legend, broken suggestion) * fix: nest radiogroup fieldset inside form instead of the other way around * fix: a11y * fix: release.md * fix: release.md --------- Co-authored-by: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> Co-authored-by: Giulia Ghisini <giulia.ghisini@redturtle.it> * fix: remove duplicated pagination ul in pagination component bug#77794 (#1170) * fix: remove duplicated pagination ul rendered inside Pager component * chore: release log * Update RELEASE.md --------- Co-authored-by: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> * fix: hide empty title heading in CTA block - bug#77793 (#1171) * fix: hide empty title heading in CTA block * docs: remove unrelated attribution line from RELEASE.md * fix: use date range filter with a11y improvements also in searach block - Us77695 (#1169) * fix: date rage in search block now uses DateFilter widget * adjusted date range entry --------- Co-authored-by: Ilaria Massa <ilaria@MacBook-Pro-di-Redturtle.local> * fix: use dynamic heading tag in attachment card title - bug#77797 (#1172) * fix: use dynamic heading tag in attachment card title * Update RELEASE.md --------- Co-authored-by: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> * fix: cms-ui: btn no-background changed color to white (#1174) Co-authored-by: Ilaria Massa <ilaria@MacBook-Pro-di-Redturtle.local> * fix: icon blocks bg image vs color * fix: head title in 404 page * fix: translations * chore: publiccode * chore(sentry): ignore more errors from external or vendor sources (#1175) * fix: use dynamic heading level in Accordion block title (#1173) * chore: preparing release 12.15.1 * chore: release v12.15.1 * fix: controlpanl Back or Cancel now returns to /controlpanel * feat: made several improvements in rss block (#1182) * feat: made several improvements in rss block * refactoring * Update RELEASE.md * Update RELEASE.md * fix: RELEASE.md Removed duplicate entry for RSS block styling in release notes. * fix: release.md Uniformed card style in the 'RSS' block to match 'Elenco' block, added options for date and description visibility, and card count per row. * fix: RELEASE.md --------- Co-authored-by: Ilaria Massa <ilaria@MacBook-Pro-di-Redturtle.local> Co-authored-by: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> Co-authored-by: Giulia Ghisini <giulia.ghisini@redturtle.it> --------- Co-authored-by: Giulio <giulio.malaguti@redturtle.it> Co-authored-by: Wagner Trezub <60133113+Wagner3UB@users.noreply.github.com> Co-authored-by: ilariamassa96 <ilaria.massa@redturtle.it> Co-authored-by: Ilaria Massa <ilaria@Mac.homenet.telecomitalia.it> Co-authored-by: Giulia Ghisini <giulia.ghisini@redturtle.it> Co-authored-by: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> Co-authored-by: Ilaria Massa <ilaria@MacBook-Pro-di-Redturtle.local> Co-authored-by: Piero Nicolli <pnicolli@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Risolto un errore nel blocco CTA per cui, quando il campo titolo non veniva compilato, veniva comunque generato un heading vuoto nel codice della pagina. La struttura condizionale del titolo è stata sistemata in modo che l'heading venga generato solo quando il titolo è effettivamente presente.
Modifiche principali