Skip to content
Snippets Groups Projects
Commit bcc13520 authored by b.ulrich's avatar b.ulrich
Browse files

Commit

parent 8aa90f5a
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ import("system.db");
import("system.result");
import("Context_lib");
var val = vars.get("$local.value");
var params = Translate4LogParams.load();
var val = params.value;
var type = newSelect("OBJECT_TYPE")
.from("SALESORDER")
......
......@@ -6,4 +6,4 @@ import("system.project");
import("Context_lib");
var params = Translate4LogParams.load();
result.string(ContextUtils.getTranslatedTitle(project.getDataModel(project.DATAMODEL_KIND_CONTEXT, params.locale)[1]));
\ No newline at end of file
result.string(ContextUtils.getTranslatedTitle(params.value, params.locale));
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment