Set bit to disallow adding children to "Trees Shared with Me" node (#11)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5b0692d85d
commit
7652bef29f
@ -74,6 +74,7 @@ class Menu extends Controller {
|
|||||||
name: 'Trees Shared With Me',
|
name: 'Trees Shared With Me',
|
||||||
children: [...view_only_nodes, ...update_nodes, ...manage_nodes],
|
children: [...view_only_nodes, ...update_nodes, ...manage_nodes],
|
||||||
noDelete: true,
|
noDelete: true,
|
||||||
|
noChildren: true,
|
||||||
virtual: true,
|
virtual: true,
|
||||||
type: 'branch',
|
type: 'branch',
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user