|
|
@@ -138,7 +138,7 @@
|
|
|
|
|
|
<state id="add_labels" initial="check_type">
|
|
|
<state id="check_type">
|
|
|
- <transition cond="len(self.labels_to_add) == 0" target="../waiting"/>
|
|
|
+ <transition cond="len(self.labels_to_add) == 0" target="../../../waiting"/>
|
|
|
<transition cond="self.filter_metamodel is None" target="../add_label"/>
|
|
|
<transition cond="self.filter_metamodel is not None and self.labels_to_add[0][-1] == '/'" target="../add_label"/>
|
|
|
<transition cond="self.filter_metamodel is not None and self.labels_to_add[0][-1] != '/'" target="../check_types"/>
|
|
|
@@ -186,7 +186,7 @@
|
|
|
</script>
|
|
|
</transition>
|
|
|
|
|
|
- <transition event="instance_created" cond="len(self.labels_to_add) == 0" target="../../waiting">
|
|
|
+ <transition event="instance_created" cond="len(self.labels_to_add) == 0" target="../../../waiting">
|
|
|
<parameter name="association_name"/>
|
|
|
<raise event="start_instance" scope="cd">
|
|
|
<parameter expr="association_name"/>
|