in adhoc commands, use the node name provided by the entity (It can change)
This commit is contained in:
parent
1e58cb09e9
commit
61949ac74d
|
@ -289,6 +289,7 @@ class CommandWindow:
|
||||||
|
|
||||||
self.form_status = command.getAttr('status')
|
self.form_status = command.getAttr('status')
|
||||||
|
|
||||||
|
self.commandnode = command.getAttr('node')
|
||||||
if command.getTag('x') is not None:
|
if command.getTag('x') is not None:
|
||||||
self.dataform = dataforms.ExtendForm(node=command.getTag('x'))
|
self.dataform = dataforms.ExtendForm(node=command.getTag('x'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue