Merge pull request #645 from openclassify/vedatakd

fixed location filter
This commit is contained in:
Ozcan Durak 2020-08-21 12:48:03 +03:00 committed by GitHub
commit bbb0cd9b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
{% set countryValue = defaultCountry == selectedCountry ? '' : selectedCountry %}
{% elseif defaultCountry %}
{% set countryName = getCountry(defaultCountry).name %}
{% set countryValue = defaultCountry %}
{% else %}
{% set countryName = trans("visiosoft.module.location::field.country.name") %}
{% endif %}