fix: Re-enable ticket-selection Stimulus controller registration

- Uncomment ticket-selection controller registration in JavaScript index
- Ensure ticket selection functionality works properly on event pages
- Fix controller not being available for ticket quantity management
- Required for proper cart functionality and checkout flow

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
kbe
2025-09-04 01:44:17 +02:00
parent bd6c0d5ed8
commit e1edc1afcd

View File

@@ -14,7 +14,7 @@ import FlashMessageController from "./flash_message_controller";
application.register("flash-message", FlashMessageController);
import TicketSelectionController from "./ticket_selection_controller";
// application.register("ticket-selection", TicketSelectionController);
application.register("ticket-selection", TicketSelectionController);
import HeaderController from "./header_controller";
application.register("header", HeaderController);