add card.flag implementation

This commit is contained in:
2016-03-09 20:16:19 +01:00
parent 1d3c476476
commit 42c326f407
25 changed files with 497 additions and 80 deletions

View File

@@ -61,6 +61,13 @@ $this->params['breadcrumbs'][] = $this->title;
'value' => function ($model, $key, $index, $column){
return Helper::getArrayValue(DoorLog::getDirectionTypes(), $model['door_log_direction'],"-" );
}
],
[
'attribute' => 'door_log_card_flag',
'label' => 'Info',
'value' => function ($model, $key, $index, $column){
return Helper::getArrayValue(DoorLog::getCardFlagTexts(), $model['door_log_card_flag'],"-" );
}
],
[
'attribute' => 'door_log_source_app',