changes in task_user, replaced user_id to card_id

This commit is contained in:
iIronside
2021-12-21 17:39:21 +03:00
parent e07dd0eff6
commit 1fa8fa5009
8 changed files with 1110 additions and 14 deletions

View File

@ -29,7 +29,7 @@ use yii\widgets\ActiveForm;
<?= $form->field($model, 'project_user_id')->widget(DepDrop::className(),
[
'type' => DepDrop::TYPE_SELECT2,
'options' => ['id' => 'project-user-id', 'allowClear' => true, 'multiple' => true], // , 'multiple' => true
'options' => ['id' => 'project-user-id', 'allowClear' => true, 'multiple' => true],
'select2Options' => [
'pluginOptions' => [
'allowClear' => true,