mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-18 16:31:57 +03:00
fix(tracker): edit workflow status redirect (#7392)
Signed-off-by: Weng Khing <wengkhing@gmail.com>
This commit is contained in:
parent
bb24943d45
commit
48bd3ef050
@ -229,7 +229,7 @@ async function move (issues: Issue | Issue[]): Promise<void> {
|
|||||||
async function editWorkflowStatuses (project: Project): Promise<void> {
|
async function editWorkflowStatuses (project: Project): Promise<void> {
|
||||||
const loc = getCurrentLocation()
|
const loc = getCurrentLocation()
|
||||||
loc.path[2] = settingId
|
loc.path[2] = settingId
|
||||||
loc.path[3] = 'statuses'
|
loc.path[3] = 'spaceTypes'
|
||||||
loc.path[4] = project.type
|
loc.path[4] = project.type
|
||||||
navigate(loc)
|
navigate(loc)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user