Broadcast Modifications Feature Summary
Overview
The broadcast modifications feature allows users to make changes to Ticket Groups (TGs) and pass these changes to the CatchAll system.
Behavior
When a user right-clicks on a TG in the Events + Inventory panel, they can modify it by selecting "Edit" and making necessary changes.The modified TG is then saved, and the {{ticket_groups.internalNotes}} field is updated in the database with the changes made.Users can also broadcast or unbroadcast TGs using a right-click menu.Key Features
Supports multiple tags comma-separatedPasses changes to CatchAll system via PUT /listing/{id} requestIncludes internal notes in request for audit trail trackingExcludes specific codes for certain marketplaces (e.g. noauto, nogt, nostub)Audit Trail
The feature includes an audit trail that tracks who made what changes and when, allowing for later implementation of a history modal for admins to view.