Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add button generate auto geocode in localisation/location #6583

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

royera
Copy link

@royera royera commented Apr 12, 2018

No description provided.

@straightlight
Copy link
Contributor

Outstanding. However:

if (isset($this->request->get['address']) && !empty($this->request->get['address'])) {

is no longer necessary to be used together. Simply using the !empty portion already implicit the isset function.

@royera
Copy link
Author

royera commented Apr 13, 2018

Ajust condition to if (!empty($this->request->get['address'])) {

@straightlight
Copy link
Contributor

The location and geo codes might be considered for the features-pre version in the future.

@danielkerr danielkerr added the Planned We will be working on it soon label Jul 19, 2020
@AJenbo
Copy link
Collaborator

AJenbo commented Jan 1, 2024

@royera in case you are still relevant to you could you please resolve the conflicts with master?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Planned We will be working on it soon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants