chore: Breadcrumb on ticket edit page

This commit is contained in:
kbe
2025-09-16 16:22:09 +02:00
parent 61ad8c64d4
commit b228d5a174
6 changed files with 67 additions and 62 deletions

View File

@@ -111,7 +111,7 @@ class Event < ApplicationRecord
new_event.state = :draft
new_event.created_at = Time.current
new_event.updated_at = Time.current
Event.transaction do
if new_event.save
# Duplicate all ticket types if requested