refactor(frontend) : load global statuses in kanban page
This commit is contained in:
@@ -219,7 +219,7 @@ async function loadData() {
|
|||||||
const [p, t, s, e, pr, ty, g, u] = await Promise.all([
|
const [p, t, s, e, pr, ty, g, u] = await Promise.all([
|
||||||
projectService.getById(projectId.value),
|
projectService.getById(projectId.value),
|
||||||
taskService.getByProject(projectId.value),
|
taskService.getByProject(projectId.value),
|
||||||
statusService.getByProject(projectId.value),
|
statusService.getAll(),
|
||||||
effortService.getAll(),
|
effortService.getAll(),
|
||||||
priorityService.getAll(),
|
priorityService.getAll(),
|
||||||
typeService.getAll(),
|
typeService.getAll(),
|
||||||
|
|||||||
Reference in New Issue
Block a user