|
@@ -651,7 +651,7 @@ Boolean function enact_action(pm : Element, element : String, prefix : String, u
|
|
|
elem = readAssociationDestination(pm, produce)
|
|
|
type_name = read_attribute(pm, elem, "type")
|
|
|
elem_name = read_attribute(pm, elem, "name")
|
|
|
- dict_add(outputs, read_attribute(pm, elem, "name"), type_name)
|
|
|
+ dict_add(outputs, read_attribute(pm, produce, "name"), type_name)
|
|
|
dict_add(output_map, read_attribute(pm, produce, "name"), prefix + elem_name)
|
|
|
|
|
|
if read_type(core, transformation_id) == "ActionLanguage":
|
|
@@ -997,7 +997,6 @@ String function cmd_transformation_execute(user_id : String, transformation_name
|
|
|
String assoc_name
|
|
|
|
|
|
transformation_id = get_model_id(transformation_name)
|
|
|
- log("Executing " + transformation_name)
|
|
|
if (transformation_id != ""):
|
|
|
if (allow_read(user_id, transformation_id)):
|
|
|
if (is_nominal_instance(core, transformation_id, "Transformation")):
|