backend - replace event controller with module
This commit is contained in:
@@ -46,6 +46,7 @@ $indexTableTemplateButtons[] = '{reserve-card}';
|
||||
$allow = true;
|
||||
if ( isset($item['allow'])){
|
||||
$allow = $item['allow'];
|
||||
unset($item['allow']);
|
||||
}
|
||||
if ( $allow ){
|
||||
$result[] = $item;
|
||||
|
||||
Reference in New Issue
Block a user