mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-08 06:59:45 +00:00
Add "list" action to audit functionality and French translations
- Introduced `AUDIT_LIST` constant in `AuditTrail` entity to support "list" action auditing. - Updated French translations (`messages.fr.yml`) to include label for "list" action.
This commit is contained in:
@@ -263,7 +263,7 @@ final class AccompanyingCourseApiController extends ApiController
|
||||
AuditTrail::AUDIT_DELETE,
|
||||
$accompanyingPeriod,
|
||||
description: new TranslatableMessage('audit.accompanying_period.remove_requestor'),
|
||||
metadata: ['t' => $accompanyingPeriod->getRequestorKind(), 'requestor' => $accompanyingPeriod->getRequestor()->getId()],
|
||||
metadata: ['t' => $accompanyingPeriod->getRequestorKind()],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user