changes in task_user, replaced user_id to card_id
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user