fix
This commit is contained in:
@@ -30,6 +30,7 @@ static TASK_TRANSFER_FIELDS: &[Field] = &[
|
||||
Field::new("date_create").read_only(),
|
||||
Field::new("status"),
|
||||
Field::new("typ"),
|
||||
Field::new("project_id"),
|
||||
];
|
||||
|
||||
pub fn employee_serializer() -> ModelSerializer<Employee> {
|
||||
|
||||
Reference in New Issue
Block a user