edit-create-nodes
This commit is contained in:
parent
a832b83bdb
commit
b627ca3962
1 changed files with 2 additions and 0 deletions
|
@ -372,6 +372,8 @@ def graph_edit(request, level=None, space=None):
|
|||
'back_title': _('back to space'),
|
||||
'geometry_url': '/api/editor/geometries/?space='+str(space.pk),
|
||||
})
|
||||
if graph_editing_settings['click_anywhere'] != 'noop':
|
||||
graph_editing = 'edit-create-nodes'
|
||||
|
||||
ctx.update({
|
||||
'node_form': GraphNode.EditorForm(request=request),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue