|
|
|
|
@ -388,7 +388,7 @@ class ProjectController extends CommonController
|
|
|
|
|
"choices" => $choices->toArray(),
|
|
|
|
|
"selected" => $choices->keys()->first()
|
|
|
|
|
]);
|
|
|
|
|
$form->add('project_id',Field::HIDDEN,["default_value" => $project_id]);
|
|
|
|
|
$form->modify('project_id',Field::HIDDEN,["default_value" => $project_id]);
|
|
|
|
|
$form->modify('date', Field::DATE, ['default_value' => date('Y-m-d')]);
|
|
|
|
|
return view($this->bladePath . ".asksubmit_create", compact("form"));
|
|
|
|
|
}
|
|
|
|
|
|