11952-Add event status in List of latest events
This commit is contained in:
parent
cd430f9f3f
commit
c61d6051b4
|
@ -394,6 +394,8 @@ class EventsListWidget extends Widget
|
|||
-1 => \__('All event'),
|
||||
1 => \__('Only validated'),
|
||||
0 => \__('Only pending'),
|
||||
2 => \__('Only in process'),
|
||||
3 => \__('Only not validated'),
|
||||
];
|
||||
|
||||
$inputs['inputs']['row1'][] = [
|
||||
|
|
Loading…
Reference in New Issue