in adhoc commands, use the node name provided by the entity (It can change)

This commit is contained in:
Yann Leboulanger 2007-03-19 21:02:35 +00:00
parent 1e58cb09e9
commit 61949ac74d
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ class CommandWindow:
self.form_status = command.getAttr('status')
self.commandnode = command.getAttr('node')
if command.getTag('x') is not None:
self.dataform = dataforms.ExtendForm(node=command.getTag('x'))