the document module is finished
This commit is contained in:
@ -65,10 +65,6 @@ class ManagerEmployeeController extends Controller
|
||||
*/
|
||||
public function actionCreate()
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
$post = $post = \Yii::$app->request->post('ManagerEmployee');
|
||||
|
||||
if (!empty($post)) {
|
||||
|
@ -1,12 +0,0 @@
|
||||
<div class="employee-default-index">
|
||||
<h1><?= $this->context->action->uniqueId ?></h1>
|
||||
<p>
|
||||
This is the view content for action "<?= $this->context->action->id ?>".
|
||||
The action belongs to the controller "<?= get_class($this->context) ?>"
|
||||
in the "<?= $this->context->module->id ?>" module.
|
||||
</p>
|
||||
<p>
|
||||
You may customize this page by editing the following file:<br>
|
||||
<code><?= __FILE__ ?></code>
|
||||
</p>
|
||||
</div>
|
@ -27,7 +27,6 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
'attribute' => 'user_card_id',
|
||||
'filter' => UserCard::find()->select(['fio', 'id'])->indexBy('id')->column(),
|
||||
'value' => 'userCard.fio',
|
||||
|
||||
],
|
||||
|
||||
['class' => 'yii\grid\ActionColumn'],
|
||||
|
Reference in New Issue
Block a user