mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-08 21:27:45 +03:00
Fix issue open direct link empty space (#2789)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
889c4a3db3
commit
384aac3682
@ -218,7 +218,7 @@
|
||||
if (resolvedApp === undefined) {
|
||||
loc.path[2] = (currentAppAlias as string) ?? resolved.defaultLocation.path[2]
|
||||
loc.path[3] = currentSpace ?? (currentSpecial as string) ?? resolved.defaultLocation.path[3]
|
||||
if (currentSpace !== undefined) {
|
||||
if (loc.path[3] !== undefined) {
|
||||
loc.path[4] = currentSpecial ?? (asideId as string) ?? resolved.defaultLocation.path[4]
|
||||
} else {
|
||||
loc.path.length = 4
|
||||
|
Loading…
Reference in New Issue
Block a user