[fix] [typo] fixes #3193
This commit is contained in:
parent
874ead2ed9
commit
e991c9e075
@ -21,7 +21,7 @@ class Project(Document):
|
|||||||
"status": task.status,
|
"status": task.status,
|
||||||
"start_date": task.exp_start_date,
|
"start_date": task.exp_start_date,
|
||||||
"end_date": task.exp_end_date,
|
"end_date": task.exp_end_date,
|
||||||
"desciption": task.description,
|
"description": task.description,
|
||||||
"task_id": task.name
|
"task_id": task.name
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ class Project(Document):
|
|||||||
"status": t.status,
|
"status": t.status,
|
||||||
"exp_start_date": t.start_date,
|
"exp_start_date": t.start_date,
|
||||||
"exp_end_date": t.end_date,
|
"exp_end_date": t.end_date,
|
||||||
"desciption": t.description,
|
"description": t.description,
|
||||||
})
|
})
|
||||||
|
|
||||||
task.flags.ignore_links = True
|
task.flags.ignore_links = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user