ad-hoc commands: update sessionid each time we get a reply in case it has changed
This commit is contained in:
parent
62a78bae76
commit
4ff34b58e5
|
@ -286,7 +286,6 @@ class CommandWindow:
|
||||||
self.remove_pulsing()
|
self.remove_pulsing()
|
||||||
self.sending_form_progressbar.hide()
|
self.sending_form_progressbar.hide()
|
||||||
|
|
||||||
if not self.sessionid:
|
|
||||||
self.sessionid = command.getAttr('sessionid')
|
self.sessionid = command.getAttr('sessionid')
|
||||||
|
|
||||||
self.form_status = command.getAttr('status')
|
self.form_status = command.getAttr('status')
|
||||||
|
|
Loading…
Reference in New Issue