refactor(frontend) : load global statuses in kanban page

This commit is contained in:
Matthieu
2026-03-12 11:52:15 +01:00
parent cf84883530
commit 37a6cb5558

View File

@@ -219,7 +219,7 @@ async function loadData() {
const [p, t, s, e, pr, ty, g, u] = await Promise.all([
projectService.getById(projectId.value),
taskService.getByProject(projectId.value),
statusService.getByProject(projectId.value),
statusService.getAll(),
effortService.getAll(),
priorityService.getAll(),
typeService.getAll(),