Enforce task limits and update event form

This commit is contained in:
Codex Agent
2026-01-21 09:49:30 +01:00
parent aac4744cb3
commit 13af8005b8
15 changed files with 491 additions and 52 deletions

View File

@@ -47,5 +47,9 @@ return [
'title' => 'Tenant storage limit reached',
'message' => 'This tenant has reached its storage allowance.',
],
'task_limit_exceeded' => [
'title' => 'Task limit reached',
'message' => 'This event has reached its photo task limit. Upgrade the package to add more tasks.',
],
],
];