@@ -690,10 +690,10 @@
</onentry>
<transition event="mv_response" target="../modifying_mm">
- <parameter name="context"/>
+ <parameter name="result"/>
<script>
+ context, model_to_modify = result
self.context = context
- model_to_modify = "merged/%s" % self.activity_name
self.subprocess = subprocess.Popen([sys.executable, sys.argv[0], "--address", data['mv_address'], "--username", data['username'], "--password", data['password'], "--model", model_to_modify, "--limited"])
</script>
</transition>