Skip to content
Snippets Groups Projects
Commit 3df448b3 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

WsValidation docu improvement and links to docu in lib

parent 0bf83f7d
No related branches found
No related tags found
No related merge requests found
......@@ -344,6 +344,7 @@
</entityConsumer>
<entityField>
<name>AddressSearch</name>
<documentation>%aditoprj%/entity/Address_entity/entityfields/addresssearch/documentation.adoc</documentation>
<title>Search</title>
<consumer>FullAddressValidation</consumer>
<stateProcess>%aditoprj%/entity/Address_entity/entityfields/addresssearch/stateProcess.js</stateProcess>
......@@ -400,6 +401,7 @@
</entityParameter>
<entityField>
<name>Zip_ws</name>
<documentation>%aditoprj%/entity/Address_entity/entityfields/zip_ws/documentation.adoc</documentation>
<title>Postcode</title>
<consumer>ZipValidation</consumer>
<mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/zip_ws/mandatoryProcess.js</mandatoryProcess>
......@@ -415,6 +417,7 @@
</entityField>
<entityField>
<name>City_ws</name>
<documentation>%aditoprj%/entity/Address_entity/entityfields/city_ws/documentation.adoc</documentation>
<title>City</title>
<consumer>CityValidation</consumer>
<mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/city_ws/mandatoryProcess.js</mandatoryProcess>
......@@ -429,7 +432,9 @@
</entityField>
<entityField>
<name>Address_ws</name>
<documentation>%aditoprj%/entity/Address_entity/entityfields/address_ws/documentation.adoc</documentation>
<title>Street</title>
<description></description>
<consumer>StreetValidation</consumer>
<mandatoryProcess>%aditoprj%/entity/Address_entity/entityfields/address_ws/mandatoryProcess.js</mandatoryProcess>
<textInputAllowed v="true" />
......
......@@ -8,4 +8,6 @@ The entity manages storing postal addresses and provides features like validatio
Every `CONTACT` has one standard address value that is used by default for some actions. Keep in mind that this standard address has a special status and therefore may cannot be deleted.
Webservice Validation: See WsValidation_lib
\ No newline at end of file
Webservice Validation: See WsValidation_lib
To enable the nominatim webservice: go to Preferences -> _____PREFERENCES_PROJECT -> _____PREFERENCES_PROJECT
and enable the nominatim.enable checkbox
\ No newline at end of file
This is a field used for the address-webservice. It is only displayed if the webservice is enabled.
See WsValidation_lib for technical implementation information.
\ No newline at end of file
This is a field used for the address-webservice. It is only displayed if the webservice is enabled.
See WsValidation_lib for technical implementation information.
\ No newline at end of file
This is a field used for the address-webservice. It is only displayed if the webservice is enabled.
See WsValidation_lib for technical implementation information.
\ No newline at end of file
This is a field used for the address-webservice. It is only displayed if the webservice is enabled.
See WsValidation_lib for technical implementation information.
\ No newline at end of file
......@@ -16,6 +16,10 @@ import("AddressEntity_lib");
/******************************************************************************/
/******************************************************************************/
/*
To enable the nominatim webservice: go to Preferences -> _____PREFERENCES_PROJECT -> _____PREFERENCES_PROJECT
and enable the nominatim.enable checkbox
1. How to add a new Webservice type
-----------------------------------
- Scroll down to WsValidationType.get
......
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