Event Site shows up twice.

Created on 13 April 2025, 12 days ago

Problem/Motivation


Because the event name can come from 2 locations and both are required fields, it creates duplicate titles.

Steps to reproduce.
ddev composer require 'drupal/event_platform:^2.0@beta'
and add the event_horizon dev branch.

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States bernardm28 Tennessee

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @bernardm28
  • πŸ‡ΊπŸ‡ΈUnited States bernardm28 Tennessee

    event_horizon/components/site-hero-25/site-hero-25.twig

    I see it coming from there.
    It's an interesting concept

    <h1 class="site-hero__title">
    {{ event_details.field_event_name.value }} {{ current_event.name.0.value }}
    </h1>
    

    But I wonder if we should pick one or the other, as I was just tempted to put the same on both. Either that or change the other or add labels.

  • πŸ‡ΊπŸ‡ΈUnited States bernardm28 Tennessee

    Maybe the first one should be called Year instead of name.

Production build 0.71.5 2024