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

Fix map preview when there is no address #7673

Merged
merged 2 commits into from Mar 23, 2021
Merged

Fix map preview when there is no address #7673

merged 2 commits into from Mar 23, 2021

Conversation

armandfardeau
Copy link
Contributor

@armandfardeau armandfardeau commented Mar 22, 2021

🎩 What? Why?

Fix map preview when there is no address

πŸ“Œ Related Issues

Testing

  • Go to the proposal component settings in the admin panel.
  • Click on 'Geocoding enabled'.
  • Create a proposal without address from the frontend.
  • Go to the final step of the wizard.

πŸ“‹ Checklist

🚨 Please review the guidelines for contributing to this repository.

  • ❓ CONSIDER adding a unit test if your PR resolves an issue.
  • βœ”οΈ DO check open PR's to avoid duplicates.
  • βœ”οΈ DO keep pull requests small so they can be easily reviewed.
  • βœ”οΈ DO build locally before pushing.
  • βœ”οΈ DO make sure tests pass.
  • βœ”οΈ DO make sure any new changes are documented in docs/.
  • βœ”οΈ DO add and modify seeds if necessary.
  • βœ”οΈ DO add CHANGELOG upgrade notes if required.
  • βœ”οΈ DO add to GraphQL API if there are new public fields.
  • βœ”οΈ DO add link to MetaDecidim if it's a new feature.
  • ❌AVOID breaking the continuous integration build.
  • ❌AVOID making significant changes to the overall architecture.

β™₯️ Thank you!

@armandfardeau armandfardeau marked this pull request as ready for review March 22, 2021 19:18
@mrcasals mrcasals added module: proposals type: fix PRs that implement a fix for a bug labels Mar 23, 2021
@mrcasals mrcasals merged commit a4c00f7 into decidim:develop Mar 23, 2021
@mrcasals mrcasals mentioned this pull request Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: proposals type: fix PRs that implement a fix for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In the proposal wizard the map is shown even if the proposal has no geolocation
2 participants