Fix query clone respect mixins (#1631)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-05-04 20:54:32 +06:00
committed by GitHub
parent dfbf2d5263
commit e4e2af93dc
12 changed files with 3053 additions and 5296 deletions
+1 -2
View File
@@ -98,8 +98,7 @@ export async function doNavigate (
if (ex === undefined) {
const r = await client.findOne(props.spaceClass, {})
if (r !== undefined) {
loc.path[3] = r._id
navigate(loc)
loc.path[2] = r._id
}
}
}