mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-09 08:42:15 +01:00
add project member role selection to create and update modals, fixes ST-446
This commit is contained in:
@@ -29,6 +29,8 @@ class ProjectMemberResource extends BaseResource
|
||||
'member_id' => $this->resource->member_id,
|
||||
/** @var string $project_id ID of the project */
|
||||
'project_id' => $this->resource->project_id,
|
||||
/** @var string $role Role of the project member */
|
||||
'role' => $this->resource->role->value,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user