Skip to content
Snippets Groups Projects
Commit 706fdbe4 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

ScanServices: aliasDefinition

parent 6b196fc6
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@
<customJDitoProperty>
<name>translate4Log</name>
<global v="false" />
<property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/contact/entityfields/language/customproperties/translate4log/property.js</property>
<property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/contact/entityfields/isolanguage/customproperties/translate4log/property.js</property>
</customJDitoProperty>
</customProperties>
</entityFieldDb>
......@@ -1746,10 +1746,11 @@
<global v="false" />
<property v="true" />
</customBooleanProperty>
<customStringProperty>
<customJDitoProperty>
<name>translate4Log</name>
<global v="false" />
</customStringProperty>
<property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/product/entityfields/contact_id/customproperties/translate4log/property.js</property>
</customJDitoProperty>
</customProperties>
<dependencies>
<entityDependency>
......@@ -2186,6 +2187,11 @@
<global v="false" />
<property v="true" />
</customBooleanProperty>
<customJDitoProperty>
<name>translate4Log</name>
<global v="false" />
<property>%aditoprj%/aliasDefinition/Data_alias/aliasdefinitionsub/entitygroup/entities/productprice/entityfields/contact_id/customproperties/translate4log/property.js</property>
</customJDitoProperty>
</customProperties>
<dependencies>
<entityDependency>
......
import("Keyword_lib");
import("system.result");
import("Loghistory_lib");
var params = Translate4LogParams.load();
var res = LanguageKeywordUtils.getViewValue(params.value, params.locale);
result.string(res);
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