mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixed: [export] rename label on CurrentActionFilter
This commit is contained in:
parent
da50fbc1fb
commit
90e8687799
6
.changes/unreleased/Fixed-20230628-170055.yaml
Normal file
6
.changes/unreleased/Fixed-20230628-170055.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
kind: Fixed
|
||||
body: '[export] Rename label for CurrentActionFilter (on accompanying period work)
|
||||
to make precision between "ouvert" and "sans date de fin"'
|
||||
time: 2023-06-28T17:00:55.206937751+02:00
|
||||
custom:
|
||||
Issue: ""
|
@ -44,11 +44,11 @@ class CurrentActionFilter implements FilterInterface
|
||||
|
||||
public function describeAction($data, $format = 'string'): array
|
||||
{
|
||||
return ['Filtered by current action'];
|
||||
return ['Filtered actions without end date'];
|
||||
}
|
||||
|
||||
public function getTitle(): string
|
||||
{
|
||||
return 'Filter by current actions';
|
||||
return 'Filter actions without end date';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user