• Mahmoud Aglan's avatar
    Fix group print crash + add delete button with full cascade · d6f1c86b
    Mahmoud Aglan authored
    - GroupSchedulePrintController used $this->authorize() but Laravel 13's base Controller has no AuthorizesRequests trait — switched to Gate::authorize()
    - Added deleteGroup() to GroupList with full cascade: sessions (attendance auto-cascades), schedules, enrollments, waitlists, then the group itself
    - Delete button with wire:confirm for Arabic confirmation prompt, gated behind groups.delete permission
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    d6f1c86b
Name
Last commit
Last update
..
Api Loading commit data...
CertificateController.php Loading commit data...
Controller.php Loading commit data...
DocumentController.php Loading commit data...
ExportController.php Loading commit data...
GroupSchedulePrintController.php Loading commit data...
HealthController.php Loading commit data...
InvoicePrintController.php Loading commit data...
ParticipantCardController.php Loading commit data...
PublicDocumentController.php Loading commit data...
ReceiptController.php Loading commit data...
ReportPrintController.php Loading commit data...