fix(Address Autocomplete Settings): provider and API Key mandatory if enabled

This commit is contained in:
barredterra 2024-05-09 22:06:55 +02:00
parent 9880d9466f
commit 7a45c76da2

View file

@ -13,12 +13,14 @@
"fieldname": "provider",
"fieldtype": "Select",
"label": "Provider",
"mandatory_depends_on": "enabled",
"options": "Geoapify"
},
{
"fieldname": "api_key",
"fieldtype": "Password",
"label": "Api Key"
"label": "Api Key",
"mandatory_depends_on": "enabled"
},
{
"default": "0",
@ -29,7 +31,7 @@
],
"issingle": 1,
"links": [],
"modified": "2024-04-09 23:43:27.454479",
"modified": "2024-05-09 21:40:38.625256",
"modified_by": "Administrator",
"module": "Integrations",
"name": "Address Autocomplete Settings",