},
'format' => 'raw',
],
- [
+ /*[
'attribute' => 'transfer',
'label' => 'Назначить кустового',
'format' => 'raw',
}
return null;
},
- ],
+ ],*/
[
'class' => 'yii\grid\ActionColumn',
'template' => '{view} {create}',
return Html::a('Просмотреть', ['view', 'id' => $key], ['class' => 'btn btn-primary']);
},
'create' => function ($url, $model, $key) {
- // Показываем кнопку только если нет записей для кластера
+
if ($model['status'] === 'Нет записей') {
return Html::a('Создать новую привязку', ['create', 'cluster_id' => $key], ['class' => 'btn btn-success']);
}
<?php
-$this->registerJs("
+/*$this->registerJs("
$('.transfer-select').on('change', function () {
let adminId = $(this).val();
let clusterId = $(this).data('id');
});
}
});
-");
+");*/
?>
\ No newline at end of file