mirror of
https://github.com/makeplane/plane.git
synced 2026-04-28 20:19:51 -05:00
[WEB-4122] fix: estimate in project export #7091
This commit is contained in:
@@ -478,8 +478,8 @@ def issue_export_task(
|
||||
}
|
||||
for comment in issue.issue_comments.all()
|
||||
],
|
||||
"estimate": issue.estimate_point.estimate.name
|
||||
if issue.estimate_point and issue.estimate_point.estimate
|
||||
"estimate": issue.estimate_point.value
|
||||
if issue.estimate_point and issue.estimate_point.value
|
||||
else "",
|
||||
"link": [link.url for link in issue.issue_link.all()],
|
||||
"assignees": [
|
||||
|
||||
Reference in New Issue
Block a user