Fixed left node navigation, down of bottom of tree
This commit is contained in:
parent
d5ffd4fb0a
commit
8192f49558
2 changed files with 31 additions and 4 deletions
1
node.go
1
node.go
|
|
@ -325,6 +325,7 @@ func generateOneTestNode(parentUUID, parentPath string) (hash, name string, err
|
|||
row = db.QueryRow(query, sqlParentUUID, parentPath)
|
||||
err = row.Scan(&hash, &name)
|
||||
if err != nil {
|
||||
Log.Error("generate", "error", err)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue