Fixed bug permissions on filter events- 4278

This commit is contained in:
Tatiana Llorente 2019-08-20 13:46:13 +02:00
parent 38547052fb
commit 32a3776260
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ $table->data[2][1] = html_print_select_groups(
'', '',
true true
); );
$types = get_event_types(); $types = get_event_types();
// Expand standard array to add not_normal (not exist in the array, used only for searches) // Expand standard array to add not_normal (not exist in the array, used only for searches)
$types['not_normal'] = __('Not normal'); $types['not_normal'] = __('Not normal');