add indexes, add messagedetsta

This commit is contained in:
2016-01-29 17:13:33 +01:00
parent ad59cbb940
commit a00331ce7c
65 changed files with 3195 additions and 92 deletions

View File

@@ -20,7 +20,7 @@ $userOptions = ['' => 'Mind'] + ArrayHelper::map($model->users, 'id', 'userna
<div class="ticket-search">
<?php $form = ActiveForm::begin([
'action' => ['index'],
// 'action' => ['index-customer',''],
'method' => 'get',
]); ?>