|
|
@ -41,7 +41,8 @@ class UserToActivityController extends Controller |
|
|
|
"activity_id" => $request->activity_id, |
|
|
|
"activity_id" => $request->activity_id, |
|
|
|
"role_proyek_id" => $users_role[$index], |
|
|
|
"role_proyek_id" => $users_role[$index], |
|
|
|
"proyek_id" => $request->proyek_id, |
|
|
|
"proyek_id" => $request->proyek_id, |
|
|
|
"created_by" => $this->currentName |
|
|
|
"created_by" => $this->currentName, |
|
|
|
|
|
|
|
"version_gantt_id" => $request->version_gantt_id |
|
|
|
); |
|
|
|
); |
|
|
|
$result = UserToActivity::create($dataInsert); |
|
|
|
$result = UserToActivity::create($dataInsert); |
|
|
|
if($result){ |
|
|
|
if($result){ |
|
|
|