|
|
@@ -1359,7 +1359,7 @@ String function cmd_model_render(model_name : String, mapper_name : String, rend
|
|
|
if (allow_execute(current_user_id, mapper_ID)):
|
|
|
// Everything is fine; start the actual operation
|
|
|
// Find metamodel to render to
|
|
|
- tracability_name = "tracability/" + rendered_name
|
|
|
+ tracability_name = "tmp/" + rendered_name
|
|
|
|
|
|
// Take the abstract syntax model and the previously rendered model
|
|
|
inputs = dict_create()
|