Skip to content
Snippets Groups Projects
Commit 54cdc25a authored by Daniel Tran's avatar Daniel Tran
Browse files

#1057408: Customized merge request.

parent 225f8ee7
No related branches found
No related tags found
No related merge requests found
......@@ -106,12 +106,6 @@
<fieldName>FullAddressValidation</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>4301c0b9-401f-43af-bd21-8a034aaa7d55</name>
<entityName>QuickEntry_entity</entityName>
<fieldName>AdressValidation</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
......
......@@ -46,7 +46,7 @@ if(vars.get("$local.value"))
.entity("AddressValidation_entity")
.provider("FullAddressValidation")
.fields(["CITY", "ZIP", "STREET"])
.addParameter("CurrentValue_param", "Ritter-von-Schoch-Straße 5, 84036 Landshut");
.addParameter("CurrentValue_param", response.address);
var rows = entities.getRows(getRowsConfig);
......
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