UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: трехсекционная шкала прогресса чекеров

This commit is contained in:
DCCONSTRUCTIONS
2026-04-29 18:19:00 +03:00
parent 5f9d9c418e
commit aa348d5d64
9 changed files with 189 additions and 6 deletions
+3 -1
View File
@@ -22,6 +22,7 @@ from plane.db.models import (
ModuleIssue,
IssueLabel,
)
from plane.utils.issue_checker_progress import attach_issue_checker_progress
from typing import Optional, Dict, Tuple, Any, Union, List
@@ -118,6 +119,7 @@ def issue_on_results(
"parent_id",
"cycle_id",
"sub_issues_count",
"detail_layout",
"created_at",
"updated_at",
"created_by",
@@ -141,7 +143,7 @@ def issue_on_results(
original_list.append(sub_group_by)
required_fields.extend(original_list)
return list(issues.values(*required_fields))
return attach_issue_checker_progress(issues.values(*required_fields))
def issue_group_values(