mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
EQMS-1202 Fix navigation in documents (#7630)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -50,7 +50,7 @@ async function generateDocumentLocation (
|
||||
|
||||
return {
|
||||
loc: {
|
||||
path: [appComponent, workspace, documentsId, doc.space],
|
||||
path: [appComponent, workspace],
|
||||
fragment: getPanelFragment(doc)
|
||||
},
|
||||
defaultLocation: {
|
||||
@@ -86,7 +86,7 @@ async function generateProjectDocumentLocation (
|
||||
|
||||
return {
|
||||
loc: {
|
||||
path: [appComponent, workspace, documentsId, prjdoc.space],
|
||||
path: [appComponent, workspace],
|
||||
fragment: getPanelFragment(prjdoc)
|
||||
},
|
||||
defaultLocation: {
|
||||
|
||||
Reference in New Issue
Block a user