From 61949ac74dcc63f34961b7550859fe14036ab820 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Mon, 19 Mar 2007 21:02:35 +0000
Subject: [PATCH] in adhoc commands, use the node name provided by the entity
 (It can change)

---
 src/adhoc_commands.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/adhoc_commands.py b/src/adhoc_commands.py
index 453afffae1..c3bdc0e7b2 100644
--- a/src/adhoc_commands.py
+++ b/src/adhoc_commands.py
@@ -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'))
 
-- 
GitLab