Fix destination setting in olc
This commit is contained in:
parent
07eff10564
commit
16640fa923
1 changed files with 1 additions and 1 deletions
|
|
@ -1600,7 +1600,7 @@ def node_destination(caller):
|
||||||
options = _wizard_options("destination", "home", "prototype_desc", search=True)
|
options = _wizard_options("destination", "home", "prototype_desc", search=True)
|
||||||
options.append({"key": "_default",
|
options.append({"key": "_default",
|
||||||
"goto": (_set_property,
|
"goto": (_set_property,
|
||||||
dict(prop="dest",
|
dict(prop="destination",
|
||||||
processor=lambda s: s.strip()))})
|
processor=lambda s: s.strip()))})
|
||||||
return text, options
|
return text, options
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue